HomeSort by relevance Sort by last modified time
    Searched refs:glFinishFenceNV (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_fence_nv.cc 41 glFinishFenceNV(fence_);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 190 {"glFinishFenceNV", (void*)glFinishFenceNV},
gl2_client_context.h 190 glFinishFenceNV_client_proc_t glFinishFenceNV;
gl2_client_context.cpp 192 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData);
gl2_entry.cpp 188 void glFinishFenceNV(GLuint fence);
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 264 {"glFinishFenceNV", (void*)glFinishFenceNV},
gl_client_context.h 282 glFinishFenceNV_client_proc_t glFinishFenceNV;
gl_client_context.cpp 284 glFinishFenceNV = (glFinishFenceNV_client_proc_t) getProc("glFinishFenceNV", userData);
gl_entry.cpp 280 void glFinishFenceNV(GLuint fence);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 271 {"glFinishFenceNV", (void *)glFinishFenceNV},
gles_dispatch.h 274 glFinishFenceNV_t glFinishFenceNV;
    [all...]
gles.cpp 1311 void glFinishFenceNV(GLuint fence)
1313 getDispatch()->glFinishFenceNV(fence);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 708 GL_APICALL void GL_APIENTRY glFinishFenceNV (GLuint fence);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 481 #define glFinishFenceNV MANGLE(FinishFenceNV)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 481 #define glFinishFenceNV MANGLE(FinishFenceNV)
    [all...]

Completed in 366 milliseconds

1 2