/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 310 {"glTexStorage3D", (void*)glTexStorage3D},
|
D | gl2_client_context.h | 342 glTexStorage3D_client_proc_t glTexStorage3D; member
|
D | gl2_client_context.cpp | 342 glTexStorage3D = (glTexStorage3D_client_proc_t) getProc("glTexStorage3D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 337 …void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h… 2460 void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he… in glTexStorage3D() function 2463 ctx->glTexStorage3D(ctx, target, levels, internalformat, width, height, depth); in glTexStorage3D()
|
D | GL2Encoder.cpp | 306 OVERRIDE(glTexStorage3D); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 145 void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he…
|
D | gles3_only_dispatch_logging_wrappers.impl | 495 …DISPATCH_DEBUG_LOG("glTexStorage3D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 108 GL_APICALL void GL_APIENTRY glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GL…
|
D | gles3_only_functions.h | 108 …X(void, glTexStorage3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 399 glTexStorage3D_server_proc_t glTexStorage3D; member
|
D | gles2_server_context.cpp | 342 glTexStorage3D = (glTexStorage3D_server_proc_t) getProc("glTexStorage3D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 929 dispatcher.glTexStorage3D(m_target, m_texStorageLevels, in restore()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1076 GL_APICALL void GL_APIENTRY glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GL… in glTexStorage3D() function 1089 ctx->dispatcher().glTexStorage3D(target, levels, internalformat, width, height, depth); in glTexStorage3D()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl32.h | 1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 384 …X(void, glTexStorage3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl32.h | 1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 445 GL_ENTRY(void, glTexStorage3D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2248 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2194 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
|