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

1 2 3 4 5 6

  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 55 virtual void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) = DE_NULL;
83 void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference);
91 void GetBooleanVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference)
127 void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference);
135 void GetIntegerVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference)
146 if (reference > (GLuint64)std::numeric_limits<GLint>::max())
163 void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference);
171 void GetFloatVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference)
199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue)
215 GLuint64 m_minValue
    [all...]
es3fImplementationLimitTests.cpp 116 GLuint64 query<GLuint64> (const glw::Functions& gl, deUint32 param)
120 return (GLuint64)val;
217 template <> struct QueryTypeTraits<GLuint64> { enum { CLASS = CLASS_VALUE }; };
461 LIMIT_CASE(max_server_wait_timeout, GL_MAX_SERVER_WAIT_TIMEOUT, GLuint64, 0);
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 41 DE_STATIC_ASSERT(sizeof(GLuint64) == 8);
glwTypes.inl 55 typedef deUint64 GLuint64;
  /external/mesa3d/src/mesa/main/
syncobj.h 72 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
75 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
syncobj.c 115 GLbitfield flags, GLuint64 timeout)
299 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
344 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 91 GLbitfield flags, GLuint64 timeout)
109 GLbitfield flags, GLuint64 timeout)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 91 GLbitfield flags, GLuint64 timeout)
108 GLbitfield flags, GLuint64 timeout)
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 80 GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
81 void glWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout )
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 60 typedef khronos_uint64_t GLuint64;
458 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
459 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
    [all...]
gl3stub.c 313 GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
314 GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 70 typedef khronos_uint64_t GLuint64;
468 extern GL_APICALL GLenum (* GL_APIENTRY glClientWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
469 extern GL_APICALL void (* GL_APIENTRY glWaitSync) (GLsync sync, GLbitfield flags, GLuint64 timeout);
    [all...]
gl3stub.c 430 GLuint64 timeout );
433 GLuint64 timeout );
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 271 typedef khronos_uint64_t GLuint64;
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 271 typedef khronos_uint64_t GLuint64;
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 532 milliseconds

1 2 3 4 5 6