Searched refs:SetFenceNV (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fence.txt | 87 that is, calling IsFenceNV before SetFenceNV will return FALSE. 102 Execution of a SetFenceNV is not free, but will not trigger a 121 What should happen if TestFenceNV is called for a name before SetFenceNV 130 SetFenceNV is called? 133 fence id does not exist yet. SetFenceNV must be called to create 146 SetFenceNV is compiled. Do not allow any of these commands 191 The second SetFenceNV clobbers whatever status the fence object 193 The completion of the first SetFenceNV's fence command placed 195 update the fence object's status). The second SetFenceNV sets a 198 not ignored by a subsequent SetFenceNV to the same fence object). [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_fence.txt | 87 that is, calling IsFenceNV before SetFenceNV will return FALSE. 102 Execution of a SetFenceNV is not free, but will not trigger a 121 What should happen if TestFenceNV is called for a name before SetFenceNV 130 SetFenceNV is called? 133 fence id does not exist yet. SetFenceNV must be called to create 146 SetFenceNV is compiled. Do not allow any of these commands 191 The second SetFenceNV clobbers whatever status the fence object 193 The completion of the first SetFenceNV's fence command placed 195 update the fence object's status). The second SetFenceNV sets a 198 not ignored by a subsequent SetFenceNV to the same fence object). [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 703 return gl::SetFenceNV(fence, condition); in glSetFenceNV() 1665 this->glSetFenceNV = gl::SetFenceNV; in LibGLESv2exports()
|
D | entry_points.h | 147 void GL_APIENTRY SetFenceNV(GLuint fence, GLenum condition);
|
D | libGLESv2.cpp | 4256 void GL_APIENTRY SetFenceNV(GLuint fence, GLenum condition) in SetFenceNV() function 6489 FUNCTION(SetFenceNV), in es2GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 8720 ANGLE_CAPTURE(SetFenceNV, isCallValid, context, fencePacked, condition); in GL_SetFenceNV()
|