Home
last modified time | relevance | path

Searched refs:SetFenceNV (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fence.txt87 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/
DNV_fence.txt87 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/
Dentry_points.cpp703 return gl::SetFenceNV(fence, condition); in glSetFenceNV()
1665 this->glSetFenceNV = gl::SetFenceNV; in LibGLESv2exports()
Dentry_points.h147 void GL_APIENTRY SetFenceNV(GLuint fence, GLenum condition);
DlibGLESv2.cpp4256 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/
Dentry_points_gles_ext_autogen.cpp8720 ANGLE_CAPTURE(SetFenceNV, isCallValid, context, fencePacked, condition); in GL_SetFenceNV()