Home
last modified time | relevance | path

Searched refs:glTexStorage2D (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h273 {"glTexStorage2D", (void*)glTexStorage2D},
Dgl2_client_context.h303 glTexStorage2D_client_proc_t glTexStorage2D; member
Dgl2_client_context.cpp303 glTexStorage2D = (glTexStorage2D_client_proc_t) getProc("glTexStorage2D", userData); in initDispatchByName()
Dgl2_entry.cpp298 …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()
DGL2Encoder.cpp296 OVERRIDE(glTexStorage2D); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries97 void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he…
Dgles3_only_dispatch_logging_wrappers.impl315 …DISPATCH_DEBUG_LOG("glTexStorage2D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h72 GL_APICALL void GL_APIENTRY glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GL…
Dgles3_only_functions.h72 …X(void, glTexStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h348 glTexStorage2D_server_proc_t glTexStorage2D; member
Dgles2_server_context.cpp303 glTexStorage2D = (glTexStorage2D_server_proc_t) getProc("glTexStorage2D", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp922 dispatcher.glTexStorage2D(m_target, m_texStorageLevels, in restore()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp718 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/
Dgl3.h930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h930 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl32.h1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h348 …X(void, glTexStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl32.h1182 GL_APICALL void GL_APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in394 GL_ENTRY(void, glTexStorage2D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2247 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2193 GLAPI void APIENTRY glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…

12