Home
last modified time | relevance | path

Searched defs:GLint (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp15 GL_APICALL void GL_APIENTRY glTexGeni(GLenum, GLenum, GLint) { return; } in glTexGeni() argument
17 GL_APICALL void GL_APIENTRY glTexGeniv(GLenum, GLenum, const GLint *) { return; } in glTexGeniv()
18 GL_APICALL void GL_APIENTRY glImportSemaphoreFdEXT(GLuint, GLenum, GLint) { return; } in glImportSemaphoreFdEXT() argument
38 GL_APICALL void GL_APIENTRY glGetRenderbufferParameterivEXT(GLenum, GLenum, GLint *) { return; } in glGetRenderbufferParameterivEXT() argument
44 GL_APICALL void GL_APIENTRY glFramebufferTexture1DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture1DEXT() argument
45 GL_APICALL void GL_APIENTRY glFramebufferTexture2DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture2DEXT() argument
46 GL_APICALL void GL_APIENTRY glFramebufferTexture3DEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLint)… in glFramebufferTexture3DEXT() argument
48 …d GL_APIENTRY glGetFramebufferAttachmentParameterivEXT(GLenum, GLenum, GLenum, GLint *) { return; } in glGetFramebufferAttachmentParameterivEXT() argument
51 GL_APICALL void GL_APIENTRY glReadnPixelsEXT(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsize… in glReadnPixelsEXT() argument
52 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT(GLuint, GLint, GLsizei, float *) { return; } in glGetnUniformfvEXT() argument
[all …]
Dgles2_stubbed_in_translator_namespace.cpp19 GL_APICALL void GL_APIENTRY glGetRenderbufferParameterivEXT(GLenum, GLenum, GLint *) { return; } in glGetRenderbufferParameterivEXT() argument
25 GL_APICALL void GL_APIENTRY glFramebufferTexture1DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture1DEXT() argument
26 GL_APICALL void GL_APIENTRY glFramebufferTexture2DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture2DEXT() argument
27 GL_APICALL void GL_APIENTRY glFramebufferTexture3DEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLint)… in glFramebufferTexture3DEXT() argument
29 …d GL_APIENTRY glGetFramebufferAttachmentParameterivEXT(GLenum, GLenum, GLenum, GLint *) { return; } in glGetFramebufferAttachmentParameterivEXT() argument
31 GL_APICALL void GL_APIENTRY glReadnPixelsEXT(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsize… in glReadnPixelsEXT() argument
32 GL_APICALL void GL_APIENTRY glGetnUniformfvEXT(GLuint, GLint, GLsizei, float *) { return; } in glGetnUniformfvEXT() argument
33 GL_APICALL void GL_APIENTRY glGetnUniformivEXT(GLuint, GLint, GLsizei, GLint *) { return; } in glGetnUniformivEXT() argument
34 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES(GLenum, GLenum, GLenum, GLuint, GLint, GLint)… in glFramebufferTexture3DOES() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp388 void getColorIntComponents(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, in getColorIntComponents()
605 void getExpectedDepthComponentsForTexture(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTexture()
623 void getExpectedDepthComponentsForTextureLod(glw::GLuint pixel_index, glw::GLint /* cube_face */, in getExpectedDepthComponentsForTextureLod()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJType.java38 typeMapping.put(new CType("GLint"), new JType("int")); in typeMapping.put()
102 typeMapping.put(new CType("GLint", false, true), in typeMapping.put()
104 typeMapping.put(new CType("GLint", true, true), in typeMapping.put()
130 arrayTypeMapping.put(new CType("GLint", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
131 arrayTypeMapping.put(new CType("GLint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwTypes.inl48 typedef int32_t GLint; typedef
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h36 typedef int GLint; typedef
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
Dgl_base_types.h36 typedef int GLint; typedef
/aosp_15_r20/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h59 typedef int GLint; typedef
/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1Renderer.cpp680 const angle::HashMap<GLint, std::string> &attribLocs, in linkProgram()
/aosp_15_r20/external/mesa3d/include/GLES/
H A Dgl.h47 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h24 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/hardware/google/gfxstream/include/GLES/
Dgl.h24 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h63 typedef int GLint; typedef

1234567