Searched refs:TestFenceNV (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fence.txt | 105 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 …]
|
D | NV_occlusion_query.txt | 235 app hang, and where TestFenceNV was also not guaranteed to ever
|
/third_party/openGLES/extensions/NV/ |
D | NV_fence.txt | 105 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 …]
|
D | NV_occlusion_query.txt | 235 app hang, and where TestFenceNV was also not guaranteed to ever
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 753 return gl::TestFenceNV(fence); in glTestFenceNV() 1675 this->glTestFenceNV = gl::TestFenceNV; in LibGLESv2exports()
|
D | entry_points.h | 157 GLboolean GL_APIENTRY TestFenceNV(GLuint fence);
|
D | libGLESv2.cpp | 4505 GLboolean GL_APIENTRY TestFenceNV(GLuint fence) in TestFenceNV() function 6498 FUNCTION(TestFenceNV), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 8749 ANGLE_CAPTURE(TestFenceNV, isCallValid, context, fencePacked, returnValue); in GL_TestFenceNV()
|