Home
last modified time | relevance | path

Searched refs:glWeightPointerOES (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h230 {"glWeightPointerOES", (void*)glWeightPointerOES},
Dgl_client_context.h250 glWeightPointerOES_client_proc_t glWeightPointerOES; member
Dgl_client_context.cpp250 glWeightPointerOES = (glWeightPointerOES_client_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
Dgl_entry.cpp245 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()
DGLEncoder.cpp1049 OVERRIDE(glWeightPointerOES); in GLEncoder()
Dgl_enc.cpp9167 this->glWeightPointerOES = (glWeightPointerOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp178 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()
Dgles1_server_context.h258 glWeightPointerOES_server_proc_t glWeightPointerOES; member
Dgles1_server_context.cpp250 glWeightPointerOES = (glWeightPointerOES_server_proc_t) getProc("glWeightPointerOES", userData); in initDispatchByName()
Dgles1_dec.cpp4904 this->glWeightPointerOES(var_size, var_type, var_stride, (const GLvoid*)(inptr_pointer.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries49 void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
Dgles1_extensions_dispatch_logging_wrappers.impl225 …DISPATCH_DEBUG_LOG("glWeightPointerOES(size:%d, type:0x%X, stride:%d, pointer:%p)", size, type, st…
Dgles12tr_internal.entries325 void glWeightPointerOES( GLint size, GLenum type, GLsizei stride, const GLvoid* pointer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h52 GL_APICALL void GL_APIENTRY glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoi…
Dgles1_extensions_functions.h52 …X(void, glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), (si…
Dgles12tr_internal.h327 …X(void, glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const GLvoid* pointer), (siz…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in40 API_ENTRY(glWeightPointerOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in40 API_ENTRY(glWeightPointerOES,
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib529 #void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
530 glWeightPointerOES
Dgles1.in245 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp136 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/
Dglext.h706 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h358 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h814 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…