HomeSort by relevance Sort by last modified time
    Searched refs:glBindFramebufferOES (Results 1 - 23 of 23) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 67 gl11ep.glBindFramebufferOES(GL11ExtensionPack.GL_FRAMEBUFFER_OES, mFramebuffer);
69 gl11ep.glBindFramebufferOES(GL11ExtensionPack.GL_FRAMEBUFFER_OES, 0);
200 gl11ep.glBindFramebufferOES(GL11ExtensionPack.GL_FRAMEBUFFER_OES, framebuffer);
222 gl11ep.glBindFramebufferOES(GL11ExtensionPack.GL_FRAMEBUFFER_OES, 0);
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 216 {"glBindFramebufferOES", (void*)glBindFramebufferOES},
gl_client_context.h 236 glBindFramebufferOES_client_proc_t glBindFramebufferOES;
gl_client_context.cpp 236 glBindFramebufferOES = (glBindFramebufferOES_client_proc_t) getProc("glBindFramebufferOES", userData);
GLEncoder.cpp     [all...]
gl_entry.cpp 231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 224 {"glBindFramebufferOES", (void *)glBindFramebufferOES},
gles_dispatch.h 227 glBindFramebufferOES_t glBindFramebufferOES;
    [all...]
gles.cpp 1076 void glBindFramebufferOES(GLenum target, GLuint framebuffer)
1078 getDispatch()->glBindFramebufferOES(target, framebuffer);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 25 glBindFramebufferOES;
gles1_wrapper_context.h 236 glBindFramebufferOES_wrapper_proc_t glBindFramebufferOES;
gles1_wrapper_context.cpp 236 glBindFramebufferOES = (glBindFramebufferOES_wrapper_proc_t) getProc("glBindFramebufferOES", userData);
gles1_wrapper_entry.cpp 231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 48 void (*glBindFramebufferOES)(GLenum target, GLuint framebuffer);
main.cpp 566 GL_API void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer)
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 236 void (*glBindFramebufferOES)(GLenum target, GLuint framebuffer);
entry_points.cpp 53 GL_APICALL void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer)
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h 313 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 317 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]

Completed in 88 milliseconds