Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp10 GL_APICALL void GL_APIENTRY glColor4fv(const GLfloat *) { return; } in glColor4fv()
12 GL_APICALL void GL_APIENTRY glNormal3fv(const GLfloat *) { return; } in glNormal3fv()
14 GL_APICALL void GL_APIENTRY glTexGenf(GLenum, GLenum, GLfloat) { return; } in glTexGenf() argument
16 GL_APICALL void GL_APIENTRY glTexGenfv(GLenum, GLenum, const GLfloat *) { return; } in glTexGenfv()
55 GL_APICALL void GL_APIENTRY glGetTexGenfv(GLenum, GLenum, GLfloat *) { return; } in glGetTexGenfv() argument
61 GL_APICALL void GL_APIENTRY glMultiTexCoord2fv(GLenum, const GLfloat *) { return; } in glMultiTexCoord2fv()
63 GL_APICALL void GL_APIENTRY glMultiTexCoord3fv(GLenum, const GLfloat *) { return; } in glMultiTexCoord3fv()
65 GL_APICALL void GL_APIENTRY glMultiTexCoord4fv(GLenum, const GLfloat *) { return; } in glMultiTexCoord4fv()
90 GL_APICALL void GL_APIENTRY glGetTexLevelParameterfv(GLenum, GLint, GLenum, GLfloat *) { return; } in glGetTexLevelParameterfv() argument
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJType.java36 typeMapping.put(new CType("GLfloat"), new JType("float")); in typeMapping.put()
98 typeMapping.put(new CType("GLfloat", false, true), in typeMapping.put()
100 typeMapping.put(new CType("GLfloat", true, true), in typeMapping.put()
128 arrayTypeMapping.put(new CType("GLfloat", false, true), new JType("float", false, true)); in arrayTypeMapping.put()
129 arrayTypeMapping.put(new CType("GLfloat", true, true), new JType("float", false, true)); in arrayTypeMapping.put()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwTypes.inl59 typedef float GLfloat; typedef
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h41 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
Dgl_base_types.h41 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h64 typedef float GLfloat; typedef
/aosp_15_r20/external/mesa3d/include/GLES/
H A Dgl.h41 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h29 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/hardware/google/gfxstream/include/GLES/
Dgl.h29 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/opengl/include/GLES/
Dgl.h57 typedef khronos_float_t GLfloat; typedef

1234567