/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 273 {"glTexStorage2D", (void*)glTexStorage2D},
|
D | gl2_client_context.h | 303 glTexStorage2D_client_proc_t glTexStorage2D; member
|
D | gl2_client_context.cpp | 303 glTexStorage2D = (glTexStorage2D_client_proc_t) getProc("glTexStorage2D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 298 …void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h… 2218 void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he… in glTexStorage2D() function 2221 ctx->glTexStorage2D(ctx, target, levels, internalformat, width, height); in glTexStorage2D()
|
D | GL2Encoder.cpp | 296 OVERRIDE(glTexStorage2D); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 97 void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he…
|
D | gles3_only_dispatch_logging_wrappers.impl | 315 …DISPATCH_DEBUG_LOG("glTexStorage2D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 72 GL_APICALL void GL_APIENTRY glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GL…
|
D | gles3_only_functions.h | 72 …X(void, glTexStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 348 glTexStorage2D_server_proc_t glTexStorage2D; member
|
D | gles2_server_context.cpp | 303 glTexStorage2D = (glTexStorage2D_server_proc_t) getProc("glTexStorage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 922 dispatcher.glTexStorage2D(m_target, m_texStorageLevels, in restore()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 718 GL_APICALL void GL_APIENTRY glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GL… in glTexStorage2D() function 727 ctx->dispatcher().glTexStorage2D(target, levels, internalformat, width, height); in glTexStorage2D()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl32.h | 1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 348 …X(void, glTexStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl31.h | 1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
D | gl32.h | 1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 394 GL_ENTRY(void, glTexStorage2D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,…
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 2247 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 2193 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
|