Home
last modified time | relevance | path

Searched refs:glIsFramebufferOES (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in134 glIsFramebufferOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h226 glIsFramebufferOES_t glIsFramebufferOES; member
DGLDispatch.cpp243 s_gl.glIsFramebufferOES = (glIsFramebufferOES_t) s_gles_lib->findSymbol("glIsFramebufferOES"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in230 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java243 glIsFramebufferOES(212, 212), enumConstant
840 case 212: return glIsFramebufferOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp138 …sions)["glIsFramebufferOES"] = (__translatorMustCastToProperFunctionPointerType)glIsFramebufferOES; in getProcAddress()
1898 GL_API GLboolean GLAPIENTRY glIsFramebufferOES(GLuint framebuffer) { in glIsFramebufferOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in302 GLboolean, glIsFramebufferOES, GLuint framebuffer