Home
last modified time | relevance | path

Searched refs:TestFenceNV (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fence.txt105 Is the TestFenceNV call really necessary? How often would this be used
109 It is conceivable that a user may use TestFenceNV to decide
121 What should happen if TestFenceNV is called for a name before SetFenceNV
145 TestFenceNV, and IsFenceNV are executed immediately while
218 boolean TestFenceNV(uint fence);
242 TestFenceNV, and IsFenceNV are not complied into display lists but
270 boolean TestFenceNV(uint fence);
298 If the fence passed to TestFenceNV or FinishFenceNV is not the name of an
300 TestFenceNV will return TRUE, for the sake of consistency.
309 or tested and the returned status is TRUE (via either TestFenceNV
[all …]
DNV_occlusion_query.txt235 app hang, and where TestFenceNV was also not guaranteed to ever
/third_party/openGLES/extensions/NV/
DNV_fence.txt105 Is the TestFenceNV call really necessary? How often would this be used
109 It is conceivable that a user may use TestFenceNV to decide
121 What should happen if TestFenceNV is called for a name before SetFenceNV
145 TestFenceNV, and IsFenceNV are executed immediately while
218 boolean TestFenceNV(uint fence);
242 TestFenceNV, and IsFenceNV are not complied into display lists but
270 boolean TestFenceNV(uint fence);
298 If the fence passed to TestFenceNV or FinishFenceNV is not the name of an
300 TestFenceNV will return TRUE, for the sake of consistency.
309 or tested and the returned status is TRUE (via either TestFenceNV
[all …]
DNV_occlusion_query.txt235 app hang, and where TestFenceNV was also not guaranteed to ever
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp753 return gl::TestFenceNV(fence); in glTestFenceNV()
1675 this->glTestFenceNV = gl::TestFenceNV; in LibGLESv2exports()
Dentry_points.h157 GLboolean GL_APIENTRY TestFenceNV(GLuint fence);
DlibGLESv2.cpp4505 GLboolean GL_APIENTRY TestFenceNV(GLuint fence) in TestFenceNV() function
6498 FUNCTION(TestFenceNV), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp8749 ANGLE_CAPTURE(TestFenceNV, isCallValid, context, fencePacked, returnValue); in GL_TestFenceNV()