/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 221 {"glFramebufferTexture2DOES", (void*)glFramebufferTexture2DOES},
|
D | gl_client_context.h | 241 glFramebufferTexture2DOES_client_proc_t glFramebufferTexture2DOES; member
|
D | gl_client_context.cpp | 241 …glFramebufferTexture2DOES = (glFramebufferTexture2DOES_client_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
|
D | gl_entry.cpp | 236 …void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture,… 1685 void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, … in glFramebufferTexture2DOES() function 1688 ctx->glFramebufferTexture2DOES(ctx, target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
|
D | GLEncoder.cpp | 1091 OVERRIDE(glFramebufferTexture2DOES); in GLEncoder()
|
D | gl_enc.cpp | 9158 this->glFramebufferTexture2DOES = &glFramebufferTexture2DOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 43 void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, …
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 195 …DISPATCH_DEBUG_LOG("glFramebufferTexture2DOES(target:0x%X, attachment:0x%X, textarget:0x%X, textur…
|
D | gles12tr_internal.entries | 108 void glFramebufferTexture2DOES( GLenum target, GLenum attachment, GLenum textarget, GLuint texture,…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 46 GL_APICALL void GL_APIENTRY glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum text…
|
D | gles1_extensions_functions.h | 46 …X(void, glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuint tex…
|
D | gles12tr_internal.h | 110 …X(void, glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuint tex…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 155 API_ENTRY(glFramebufferTexture2DOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 155 API_ENTRY(glFramebufferTexture2DOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 249 glFramebufferTexture2DOES_server_proc_t glFramebufferTexture2DOES; member
|
D | gles1_server_context.cpp | 241 …glFramebufferTexture2DOES = (glFramebufferTexture2DOES_server_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
|
D | gles1_dec.cpp | 4721 …this->glFramebufferTexture2DOES(var_target, var_attachment, var_textarget, var_texture, var_level); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 174 GL_API void GLAPIENTRY glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget… 303 …S"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glFramebufferTexture2DOES); in getProcAddressGles1() 2582 GL_API void GLAPIENTRY glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget… in glFramebufferTexture2DOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 660 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 236 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 303 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 768 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
|