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

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/mesa/main/
syncobj.h 67 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
70 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
syncobj.c 117 GLbitfield flags, GLuint64 timeout)
309 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
353 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
performance_monitor.h 111 GLuint *counterDataTypeEnum, GLuint64 *rawCounterMaxValue);
format_utils.c 203 const GLuint64 *s = (const GLuint64 *) src;
204 GLuint64 *d = (GLuint64 *) dst;
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Fence.h 50 GLenum clientWait(GLbitfield flags, GLuint64 timeout);
51 void serverWait(GLbitfield flags, GLuint64 timeout);
Fence.cpp 126 GLenum FenceSync::clientWait(GLbitfield flags, GLuint64 timeout)
134 void FenceSync::serverWait(GLbitfield flags, GLuint64 timeout)
  /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;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gl_base_types.h 52 typedef khronos_uint64_t GLuint64;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 87 GLbitfield flags, GLuint64 timeout)
136 GLbitfield flags, GLuint64 timeout)
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_syncobj.c 195 GLbitfield flags, GLuint64 timeout)
206 GLbitfield flags, GLuint64 timeout)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sync.c 205 GLbitfield flags, GLuint64 timeout)
216 GLbitfield flags, GLuint64 timeout)
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.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 )
  /external/mesa3d/include/GL/
glext.h     [all...]
glcorearb.h     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 86 GLuint64 timeout) override;
570 void WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
616 GLuint64* params) override;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glcorearb.h     [all...]
  /prebuilts/ndk/r11/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...]

Completed in 765 milliseconds

1 2 3 4 5 6 7 8 9