/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles2_stubbed_in_translator_namespace.cpp | 34 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES(GLenum, GLenum, GLenum, GLuint, GLint, GLint)… in glFramebufferTexture3DOES() function
|
D | gles2_extensions.entries | 13 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, …
|
D | gles2_stubbed_in_translator_namespace.entries | 36 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, …
|
D | gles2_extensions_dispatch_logging_wrappers.impl | 25 …DISPATCH_DEBUG_LOG("glFramebufferTexture3DOES(target:0x%X, attachment:0x%X, textarget:0x%X, textur…
|
D | gles1_stubbed_in_translator_namespace.cpp | 97 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES(GLenum, GLenum, GLenum, GLuint, GLint, GLint)… in glFramebufferTexture3DOES() function
|
D | gles1_stubbed_in_translator_namespace.entries | 96 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, …
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles2_extensions_static_translator_namespaced_header.h | 15 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum text…
|
D | gles2_extensions_functions.h | 15 …X(void, glFramebufferTexture3DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuint tex…
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 164 {"glFramebufferTexture3DOES", (void*)glFramebufferTexture3DOES},
|
D | gl2_client_context.h | 166 glFramebufferTexture3DOES_client_proc_t glFramebufferTexture3DOES; member
|
D | gl2_client_context.cpp | 166 …glFramebufferTexture3DOES = (glFramebufferTexture3DOES_client_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
|
D | gl2_entry.cpp | 161 …void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture,… 1390 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, … in glFramebufferTexture3DOES() function 1393 ctx->glFramebufferTexture3DOES(ctx, target, attachment, textarget, texture, level, zoffset); in glFramebufferTexture3DOES()
|
D | GL2Encoder.cpp | 235 OVERRIDE(glFramebufferTexture3DOES); in GL2Encoder()
|
D | gl2_enc.cpp | 12856 this->glFramebufferTexture3DOES = &glFramebufferTexture3DOES_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 446 gl.glFramebufferTexture3DOES( in getTexImage() 453 gl.glFramebufferTexture3DOES( in getTexImage()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 201 glFramebufferTexture3DOES_server_proc_t glFramebufferTexture3DOES; member
|
D | gles2_server_context.cpp | 166 …glFramebufferTexture3DOES = (glFramebufferTexture3DOES_server_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
|
D | gles2_dec.cpp | 3380 …this->glFramebufferTexture3DOES(var_target, var_attachment, var_textarget, var_texture, var_level,… in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 159 GL_ENTRY(void, glFramebufferTexture3DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3804 gl.glFramebufferTexture3DOES( in glGetTexImage() 3811 gl.glFramebufferTexture3DOES( in glGetTexImage()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 596 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum tex…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 593 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum tex…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 593 GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum tex…
|