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

1 2 3 4 5 6 7

  /external/chromium_org/ui/gl/
gl_fence_nv.cc 25 DCHECK(glIsFenceNV(fence_));
34 DCHECK(glIsFenceNV(fence_));
39 DCHECK(glIsFenceNV(fence_));
48 DCHECK(glIsFenceNV(fence_));
53 DCHECK(glIsFenceNV(fence_));
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 187 {"glIsFenceNV", (void*)glIsFenceNV},
gl2_client_context.h 187 glIsFenceNV_client_proc_t glIsFenceNV;
gl2_client_context.cpp 189 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData);
gl2_entry.cpp 185 GLboolean glIsFenceNV(GLuint fence);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 261 {"glIsFenceNV", (void*)glIsFenceNV},
gl_client_context.h 279 glIsFenceNV_client_proc_t glIsFenceNV;
gl_client_context.cpp 281 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 268 {"glIsFenceNV", (void *)glIsFenceNV},
gles_dispatch.h 271 glIsFenceNV_t glIsFenceNV;
    [all...]
gles.cpp 1296 GLboolean glIsFenceNV(GLuint fence)
1298 return getDispatch()->glIsFenceNV(fence);
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 271 glIsFenceNV_t glIsFenceNV;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 236 glIsFenceNV = 210;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 475 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 703 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]

Completed in 67 milliseconds

1 2 3 4 5 6 7