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

1 2 3 4 5 6

  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 187 {"glIsFenceNV", (void*)glIsFenceNV},
gl2_client_context.h 189 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 281 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...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 490 #undef glIsFenceNV
wrap_gles.h 490 #define glIsFenceNV wrap_glIsFenceNV
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]

Completed in 903 milliseconds

1 2 3 4 5 6