Home
last modified time | relevance | path

Searched refs:kNVFenceNotSupported (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp5844 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateDeleteFencesNV()
5861 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateFinishFenceNV()
5889 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateGenFencesNV()
5910 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateGetFenceivNV()
5987 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateIsFenceNV()
6001 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateSetFenceNV()
6026 context->validationError(entryPoint, GL_INVALID_OPERATION, kNVFenceNotSupported); in ValidateTestFenceNV()
DErrorStrings.h457 MSG kNVFenceNotSupported = "GL_NV_fence is not supported"; variable