/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 230 {"glWeightPointerOES", (void*)glWeightPointerOES},
|
D | gl_client_context.h | 250 glWeightPointerOES_client_proc_t glWeightPointerOES; member
|
D | gl_client_context.cpp | 250 glWeightPointerOES = (glWeightPointerOES_client_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 245 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer); 1739 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glWeightPointerOES() function 1742 ctx->glWeightPointerOES(ctx, size, type, stride, pointer); in glWeightPointerOES()
|
D | GLEncoder.cpp | 1049 OVERRIDE(glWeightPointerOES); in GLEncoder()
|
D | gl_enc.cpp | 9167 this->glWeightPointerOES = (glWeightPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 178 ctx->glWeightPointerOES(size, type, stride, SafePointerFromUInt(offset)); in s_glWeightPointerOffset() 281 …ctx->glWeightPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::WEIGH… in s_glWeightPointerData()
|
D | gles1_server_context.h | 258 glWeightPointerOES_server_proc_t glWeightPointerOES; member
|
D | gles1_server_context.cpp | 250 glWeightPointerOES = (glWeightPointerOES_server_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4904 this->glWeightPointerOES(var_size, var_type, var_stride, (const GLvoid*)(inptr_pointer.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 49 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 225 …DISPATCH_DEBUG_LOG("glWeightPointerOES(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, st…
|
D | gles12tr_internal.entries | 325 void glWeightPointerOES( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 52 GL_APICALL void GL_APIENTRY glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoi…
|
D | gles1_extensions_functions.h | 52 …X(void, glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (si…
|
D | gles12tr_internal.h | 327 …X(void, glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (siz…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 40 API_ENTRY(glWeightPointerOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 40 API_ENTRY(glWeightPointerOES,
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 529 #void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, GLvoid *pointer) 530 glWeightPointerOES
|
D | gles1.in | 245 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 136 GL_API void GL_APIENTRY glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *p… 273 …interOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glWeightPointerOES); in getProcAddressGles1() 2828 GL_API void GL_APIENTRY glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *p… in glWeightPointerOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 706 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 358 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 814 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
|