Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp121 ctx->glWeightPointerOES(size, type, stride, (void*)offset); in s_glWeightPointerOffset()
192 …ctx->glWeightPointerOES(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::WEIGH… in s_glWeightPointerData()
Dgl.attrib518 #void glWeightPointerOES(GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
519 glWeightPointerOES
Dgl.in245 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in40 API_ENTRY(glWeightPointerOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h241 glWeightPointerOES_t glWeightPointerOES; member
DGLDispatch.cpp258 s_gl.glWeightPointerOES = (glWeightPointerOES_t) s_gles_lib->findSymbol("glWeightPointerOES"); in init_gl_dispatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java406 glWeightPointerOES(375, 375), enumConstant
899 case 375: return glWeightPointerOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h706 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp113 …sions)["glWeightPointerOES"] = (__translatorMustCastToProperFunctionPointerType)glWeightPointerOES; in getProcAddress()
2095 GL_API void GL_APIENTRY glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const GLvoid *p… in glWeightPointerOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in445 void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer