Home
last modified time | relevance | path

Searched refs:glDrawTexsvOES (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in187 API_ENTRY(glDrawTexsvOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h174 glDrawTexsvOES_t glDrawTexsvOES; member
DGLDispatch.cpp191 s_gl.glDrawTexsvOES = (glDrawTexsvOES_t) s_gles_lib->findSymbol("glDrawTexsvOES"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib365 #void glDrawTexsvOES(GLshort *coords)
366 glDrawTexsvOES
Dgl.in176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java123 glDrawTexsvOES(92, 92), enumConstant
720 case 92: return glDrawTexsvOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp152 …lesExtensions)["glDrawTexsvOES"] = (__translatorMustCastToProperFunctionPointerType)glDrawTexsvOES; in getProcAddress()
2341 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in135 void, glDrawTexsvOES, const GLshort* coords