Home
last modified time | relevance | path

Searched refs:glDisable (Results 1 – 14 of 14) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp88 LOAD_GL_FUNC(glDisable); in dispatchFuncs()
DGLEScmImp.cpp532 GL_API void GL_APIENTRY glDisable( GLenum cap) { in glDisable() function
535 ctx->dispatcher().glDisable(GL_TEXTURE_GEN_S); in glDisable()
536 ctx->dispatcher().glDisable(GL_TEXTURE_GEN_T); in glDisable()
537 ctx->dispatcher().glDisable(GL_TEXTURE_GEN_R); in glDisable()
539 else ctx->dispatcher().glDisable(cap); in glDisable()
2271 ctx->dispatcher().glDisable(GL_CLIP_PLANE0+i); in glDrawTexOES()
DGLDispatch.h65 void (GLAPIENTRY *glDisable) (GLenum cap);
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h88 glDisable_t glDisable; member
DGLDispatch.cpp105 s_gl.glDisable = (glDisable_t) s_gles_lib->findSymbol("glDisable"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp545 GL_APICALL void GL_APIENTRY glDisable(GLenum cap){ in glDisable() function
547 ctx->dispatcher().glDisable(cap); in glDisable()
579 ctx->dispatcher().glDisable(GL_VERTEX_PROGRAM_POINT_SIZE); in glDrawArrays()
580 ctx->dispatcher().glDisable(GL_POINT_SPRITE); in glDrawArrays()
614 ctx->dispatcher().glDisable(GL_VERTEX_PROGRAM_POINT_SIZE); in glDrawElements()
615 ctx->dispatcher().glDisable(GL_POINT_SPRITE); in glDrawElements()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp94 void (GLAPIENTRY *GLDispatch::glDisable)(GLenum) = NULL;
330 LOAD_GL_FUNC(glDisable); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h660 GL_API void GL_APIENTRY glDisable (GLenum cap);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h59 static void (GLAPIENTRY *glDisable) (GLenum cap);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h512 GL_APICALL void GL_APIENTRY glDisable (GLenum cap);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in39 GL_ENTRY(void, glDisable, GLenum cap)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java113 glDisable(82, 82), enumConstant
606 case 82: return glDisable; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in65 GL_ENTRY(void, glDisable, GLenum cap)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in96 void, glDisable, GLenum cap