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

1 2 3 4 5 6 7 8 910

  /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...]
  /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);
    [all...]
  /development/ndk/platforms/android-9/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 147 GLboolean (*glIsFenceNV)(GLuint fence);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 487 #define glIsFenceNV wrap_glIsFenceNV
    [all...]
gles_undefine.h 487 #undef glIsFenceNV
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/GLES2/
gl2ext.h 705 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
    [all...]

Completed in 436 milliseconds

1 2 3 4 5 6 7 8 910