/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 309 {"glTexImage3D", (void*)glTexImage3D},
|
D | gl2_client_context.h | 340 glTexImage3D_client_proc_t glTexImage3D; member
|
D | gl2_client_context.cpp | 340 glTexImage3D = (glTexImage3D_client_proc_t) getProc("glTexImage3D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 335 …void glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height,… 2448 void glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, … in glTexImage3D() function 2451 …ctx->glTexImage3D(ctx, target, level, internalFormat, width, height, depth, border, format, type, … in glTexImage3D()
|
/hardware/qcom/sm7250/display/gpu_tonemapper/ |
D | glengine.cpp | 150 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA, in engine_load3DTexture()
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | glengine.cpp | 150 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA, in engine_load3DTexture()
|
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | glengine.cpp | 150 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA, in engine_load3DTexture()
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | glengine.cpp | 150 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA, in engine_load3DTexture()
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | glengine.cpp | 171 GL(glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB10_A2, sz, sz, sz, 0, GL_RGBA, in engine_load3DTexture()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 144 void glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, …
|
D | gles3_only_dispatch_logging_wrappers.impl | 490 …DISPATCH_DEBUG_LOG("glTexImage3D(target:0x%X, level:%d, internalFormat:%d, width:%d, height:%d, de…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 107 GL_APICALL void GL_APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei …
|
D | gles3_only_functions.h | 107 …X(void, glTexImage3D, (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei he…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 397 glTexImage3D_server_proc_t glTexImage3D; member
|
D | gles2_server_context.cpp | 340 glTexImage3D = (glTexImage3D_server_proc_t) getProc("glTexImage3D", userData); in initDispatchByName()
|
D | GLESv2Decoder.cpp | 624 …ctx->glTexImage3D(target, level, internalFormat, width, height, depth, border, format, type, SafeP… in s_glTexImage3DOffsetAEMU()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 983 dispatcher.glTexImage3D( in restore()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1051 GL_APICALL void GL_APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalFormat, GLsizei … in glTexImage3D() function 1073 …ctx->dispatcher().glTexImage3D(target, level, internalFormat, width, height, depth, border, format… in glTexImage3D()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 831 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei…
|
D | gl31.h | 831 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 831 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei…
|
D | gl31.h | 831 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1023 glTexImage3D
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 383 …X(void, glTexImage3D, (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei he…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1486 GLAPI void GLAPIENTRY glTexImage3D( GLenum target, GLint level,
|