Java 类org.lwjgl.util.generator.StripPostfix 实例源码

项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix2x3fv(int location, @AutoSize(value = "matrices", expression = " / (2 * 3)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix3x2fv(int location, @AutoSize(value = "matrices", expression = " / (3 * 2)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix2x4fv(int location, @AutoSize(value = "matrices", expression = " >> 3") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix4x2fv(int location, @AutoSize(value = "matrices", expression = " >> 3") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix3x4fv(int location, @AutoSize(value = "matrices", expression = " / (3 * 4)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:PhET    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix4x3fv(int location, @AutoSize(value = "matrices", expression = " / (4 * 3)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:AMD_sample_positions.java   
@StripPostfix("val")
void glSetMultisamplefvAMD(@GLenum int pname, @GLuint int index, @Check("2") @Const FloatBuffer val);
项目:Wolf_game    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideoivNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") IntBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@Alternate("glGetVideoivNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideoivNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter IntBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideouivNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") @GLuint IntBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@Alternate("glGetVideouivNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideouivNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter @GLuint IntBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideoi64vNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") @GLint64EXT LongBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@Alternate("glGetVideoi64vNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideoi64vNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter @GLint64EXT LongBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideoui64vNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") @GLuint64EXT LongBuffer params);
项目:Wolf_game    文件:NV_present_video.java   
@Alternate("glGetVideoui64vNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideoui64vNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter @GLuint64EXT LongBuffer params);
项目:Wolf_game    文件:NV_bindless_texture.java   
@StripPostfix("value")
void glUniformHandleui64vNV(int location, @AutoSize("value") @GLsizei int count, @Const @GLuint64 LongBuffer value);
项目:Wolf_game    文件:NV_bindless_texture.java   
@StripPostfix("values")
void glProgramUniformHandleui64vNV(@GLuint int program, int location,
                                   @AutoSize("values") @GLsizei int count, @Const @GLuint64 LongBuffer values);
项目:Wolf_game    文件:ARB_bindless_texture.java   
@StripPostfix("value")
void glUniformHandleui64vARB(int location, @AutoSize("value") @GLsizei int count, @Const @GLuint64 LongBuffer value);
项目:Wolf_game    文件:ARB_bindless_texture.java   
@StripPostfix("values")
void glProgramUniformHandleui64vARB(@GLuint int program, int location, @AutoSize("values") @GLsizei int count, @Const @GLuint64 LongBuffer values);
项目:Wolf_game    文件:ARB_bindless_texture.java   
@StripPostfix("v")
void glVertexAttribL1ui64vARB(@GLuint int index, @Check("1") @Const @GLuint64EXT LongBuffer v);
项目:Wolf_game    文件:ARB_bindless_texture.java   
@StripPostfix("params")
void glGetVertexAttribLui64vARB(@GLuint int index, @GLenum int pname, @Check("4") @GLuint64EXT LongBuffer params);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix2x3fv(int location, @AutoSize(value = "matrices", expression = " / (2 * 3)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix3x2fv(int location, @AutoSize(value = "matrices", expression = " / (3 * 2)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix2x4fv(int location, @AutoSize(value = "matrices", expression = " >> 3") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix4x2fv(int location, @AutoSize(value = "matrices", expression = " >> 3") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix3x4fv(int location, @AutoSize(value = "matrices", expression = " / (3 * 4)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:GL21.java   
@StripPostfix("matrices")
void glUniformMatrix4x3fv(int location, @AutoSize(value = "matrices", expression = " / (4 * 3)") @GLsizei int count,
                          boolean transpose, FloatBuffer matrices);
项目:Wolf_game    文件:EXT_robustness.java   
@StripPostfix("params")
void glGetnUniformfvEXT(@GLuint int program, int location, @AutoSize("params") @GLsizei int bufSize, @OutParameter FloatBuffer params);
项目:Wolf_game    文件:EXT_robustness.java   
@StripPostfix("params")
void glGetnUniformivEXT(@GLuint int program, int location, @AutoSize("params") @GLsizei int bufSize, @OutParameter IntBuffer params);
项目:Wolf_game    文件:NV_get_tex_image.java   
@StripPostfix("params")
void glGetTexLevelParameterfvNV(@GLenum int target, @GLint int level, @GLenum int pname, @OutParameter @Check("1") @GLfloat FloatBuffer params);
项目:Wolf_game    文件:NV_get_tex_image.java   
@Alternate("glGetTexLevelParameterfvNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetTexLevelParameterfvNV2(@GLenum int target, @GLint int level, @GLenum int pname, @OutParameter @GLfloat FloatBuffer params);
项目:Wolf_game    文件:NV_get_tex_image.java   
@StripPostfix("params")
void glGetTexLevelParameterivNV(@GLenum int target, @GLint int level, @GLenum int pname, @OutParameter @Check("1") @GLint IntBuffer params);
项目:Wolf_game    文件:NV_get_tex_image.java   
@Alternate("glGetTexLevelParameterivNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetTexLevelParameterivNV2(@GLenum int target, @GLint int level, @GLenum int pname, @OutParameter @GLint IntBuffer params);
项目:GPVM    文件:AMD_sample_positions.java   
@StripPostfix("val")
void glSetMultisamplefvAMD(@GLenum int pname, @GLuint int index, @Check("2") @Const FloatBuffer val);
项目:GPVM    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideoivNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") IntBuffer params);
项目:GPVM    文件:NV_present_video.java   
@Alternate("glGetVideoivNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideoivNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter IntBuffer params);
项目:GPVM    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideouivNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") @GLuint IntBuffer params);
项目:GPVM    文件:NV_present_video.java   
@Alternate("glGetVideouivNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideouivNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter @GLuint IntBuffer params);
项目:GPVM    文件:NV_present_video.java   
@StripPostfix("params")
void glGetVideoi64vNV(@GLuint int video_slot, @GLenum int pname, @OutParameter @Check("1") @GLint64EXT LongBuffer params);
项目:GPVM    文件:NV_present_video.java   
@Alternate("glGetVideoi64vNV")
@GLreturn("params")
@StripPostfix(value = "params", postfix = "v")
void glGetVideoi64vNV2(@GLuint int video_slot, @GLenum int pname, @OutParameter @GLint64EXT LongBuffer params);