Lines Matching refs:ANGLE_CONTEXT_TRY
500 ANGLE_CONTEXT_TRY(mImplementation->initialize()); in initialize()
503 ANGLE_CONTEXT_TRY(mOverlay.init(this)); in initialize()
1096 ANGLE_CONTEXT_TRY(mState.setProgram(this, getProgramResolveLink(program))); in useProgram()
1110 ANGLE_CONTEXT_TRY(mState.useProgramStages(this, programPipeline, stages, shaderProgram)); in useProgramStages()
1126 ANGLE_CONTEXT_TRY(mState.setProgramPipelineBinding(this, pipeline)); in bindProgramPipeline()
1135 ANGLE_CONTEXT_TRY(queryObject->begin(this)); in beginQuery()
1162 ANGLE_CONTEXT_TRY(queryObject->queryCounter(this)); in queryCounter()
1214 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjectiv()
1228 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjectuiv()
1242 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjecti64v()
1256 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjectui64v()
1795 ANGLE_CONTEXT_TRY(mState.getIntegerv(this, pname, params)); in getIntegervImpl()
2191 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawArraysInstanced()
2192 ANGLE_CONTEXT_TRY( in drawArraysInstanced()
2210 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElementsInstanced()
2211 ANGLE_CONTEXT_TRY( in drawElementsInstanced()
2228 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElementsBaseVertex()
2229 ANGLE_CONTEXT_TRY( in drawElementsBaseVertex()
2247 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElementsInstancedBaseVertex()
2248 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstancedBaseVertex( in drawElementsInstancedBaseVertex()
2266 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawRangeElements()
2267 ANGLE_CONTEXT_TRY( in drawRangeElements()
2286 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawRangeElementsBaseVertex()
2287 ANGLE_CONTEXT_TRY(mImplementation->drawRangeElementsBaseVertex(this, mode, start, end, count, in drawRangeElementsBaseVertex()
2294 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawArraysIndirect()
2295 ANGLE_CONTEXT_TRY(mImplementation->drawArraysIndirect(this, mode, indirect)); in drawArraysIndirect()
2301 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElementsIndirect()
2302 ANGLE_CONTEXT_TRY(mImplementation->drawElementsIndirect(this, mode, type, indirect)); in drawElementsIndirect()
2308 ANGLE_CONTEXT_TRY(mImplementation->flush(this)); in flush()
2313 ANGLE_CONTEXT_TRY(mImplementation->finish(this)); in finish()
2319 ANGLE_CONTEXT_TRY(mImplementation->insertEventMarker(length, marker)); in insertEventMarker()
2330 ANGLE_CONTEXT_TRY(mImplementation->pushGroupMarker(length, "")); in pushGroupMarker()
2334 ANGLE_CONTEXT_TRY(mImplementation->pushGroupMarker(length, marker)); in pushGroupMarker()
2341 ANGLE_CONTEXT_TRY(mImplementation->popGroupMarker()); in popGroupMarker()
2612 ANGLE_CONTEXT_TRY(mState.detachBuffer(this, buffer)); in detachBuffer()
3044 ANGLE_CONTEXT_TRY(transformFeedback->begin(this, primitiveMode, mState.getProgram())); in beginTransformFeedback()
3613 ANGLE_CONTEXT_TRY(syncStateForBlit()); in blitFramebuffer()
3615 ANGLE_CONTEXT_TRY(drawFramebuffer->blit(this, srcArea, dstArea, mask, filter)); in blitFramebuffer()
3620 ANGLE_CONTEXT_TRY(prepareForClear(mask)); in clear()
3621 ANGLE_CONTEXT_TRY(mState.getDrawFramebuffer()->clear(this, mask)); in clear()
3643 ANGLE_CONTEXT_TRY(prepareForClearBuffer(buffer, drawbuffer)); in clearBufferfv()
3644 ANGLE_CONTEXT_TRY(framebufferObject->clearBufferfv(this, buffer, drawbuffer, values)); in clearBufferfv()
3662 ANGLE_CONTEXT_TRY(prepareForClearBuffer(buffer, drawbuffer)); in clearBufferuiv()
3663 ANGLE_CONTEXT_TRY(framebufferObject->clearBufferuiv(this, buffer, drawbuffer, values)); in clearBufferuiv()
3685 ANGLE_CONTEXT_TRY(prepareForClearBuffer(buffer, drawbuffer)); in clearBufferiv()
3686 ANGLE_CONTEXT_TRY(framebufferObject->clearBufferiv(this, buffer, drawbuffer, values)); in clearBufferiv()
3701 ANGLE_CONTEXT_TRY(prepareForClearBuffer(buffer, drawbuffer)); in clearBufferfi()
3702 ANGLE_CONTEXT_TRY(framebufferObject->clearBufferfi(this, buffer, drawbuffer, depth, stencil)); in clearBufferfi()
3718 ANGLE_CONTEXT_TRY(syncStateForReadPixels()); in readPixels()
3724 ANGLE_CONTEXT_TRY(readFBO->readPixels(this, area, format, type, pixels)); in readPixels()
3766 ANGLE_CONTEXT_TRY(prepareForCopyImage()); in copyTexImage2D()
3772 ANGLE_CONTEXT_TRY( in copyTexImage2D()
3790 ANGLE_CONTEXT_TRY(prepareForCopyImage()); in copyTexSubImage2D()
3799 ANGLE_CONTEXT_TRY(texture->copySubImage(this, index, destOffset, sourceArea, framebuffer)); in copyTexSubImage2D()
3817 ANGLE_CONTEXT_TRY(prepareForCopyImage()); in copyTexSubImage3D()
3826 ANGLE_CONTEXT_TRY(texture->copySubImage(this, index, destOffset, sourceArea, framebuffer)); in copyTexSubImage3D()
4018 ANGLE_CONTEXT_TRY(mState.syncDirtyObject(this, target)); in discardFramebuffer()
4025 ANGLE_CONTEXT_TRY(framebuffer->discard(this, numAttachments, attachments)); in discardFramebuffer()
4033 ANGLE_CONTEXT_TRY(mState.syncDirtyObject(this, target)); in invalidateFramebuffer()
4043 ANGLE_CONTEXT_TRY(framebuffer->invalidate(this, numAttachments, attachments)); in invalidateFramebuffer()
4055 ANGLE_CONTEXT_TRY(mState.syncDirtyObject(this, target)); in invalidateSubFramebuffer()
4066 ANGLE_CONTEXT_TRY(framebuffer->invalidateSub(this, numAttachments, attachments, area)); in invalidateSubFramebuffer()
4079 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in texImage2D()
4085 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage2D()
4115 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in texImage3D()
4121 ANGLE_CONTEXT_TRY(texture->setImage(this, mState.getUnpackState(), unpackBuffer, target, level, in texImage3D()
4157 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in texSubImage2D()
4164 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage2D()
4201 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in texSubImage3D()
4208 ANGLE_CONTEXT_TRY(texture->setSubImage(this, mState.getUnpackState(), unpackBuffer, target, in texSubImage3D()
4239 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in compressedTexImage2D()
4243 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage2D()
4271 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in compressedTexImage3D()
4275 ANGLE_CONTEXT_TRY(texture->setCompressedImage(this, mState.getUnpackState(), target, level, in compressedTexImage3D()
4305 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in compressedTexSubImage2D()
4309 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage2D()
4347 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in compressedTexSubImage3D()
4351 ANGLE_CONTEXT_TRY(texture->setCompressedSubImage(this, mState.getUnpackState(), target, level, in compressedTexSubImage3D()
4376 ANGLE_CONTEXT_TRY(texture->generateMipmap(this)); in generateMipmap()
4390 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in copyTexture()
4394 ANGLE_CONTEXT_TRY( in copyTexture()
4421 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in copySubTexture()
4427 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture()
4444 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in copyTexture3D()
4448 ANGLE_CONTEXT_TRY( in copyTexture3D()
4478 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in copySubTexture3D()
4484 ANGLE_CONTEXT_TRY(destTexture->copySubTexture( in copySubTexture3D()
4492 ANGLE_CONTEXT_TRY(syncStateForTexImage()); in compressedCopyTexture()
4496 ANGLE_CONTEXT_TRY(destTexture->copyCompressedTexture(this, sourceTexture)); in compressedCopyTexture()
5183 ANGLE_CONTEXT_TRY(mImplementation->pushDebugGroup(this, source, id, msg)); in pushDebugGroup()
5190 ANGLE_CONTEXT_TRY(mImplementation->popDebugGroup(this)); in popDebugGroup()
5209 ANGLE_CONTEXT_TRY(buffer->bufferData(this, target, data, size, usage)); in bufferData()
5224 ANGLE_CONTEXT_TRY(buffer->bufferSubData(this, target, data, size, offset)); in bufferSubData()
5251 ANGLE_CONTEXT_TRY( in copyBufferSubData()
5275 ANGLE_CONTEXT_TRY(mState.setIndexedBufferBinding(this, target, index, object, offset, size)); in bindBufferRange()
5317 ANGLE_CONTEXT_TRY(texture->setStorageMultisample(this, target, samples, internalformat, size, in texStorage2DMultisample()
5331 ANGLE_CONTEXT_TRY(texture->setStorageMultisample(this, target, samples, internalformat, size, in texStorage3DMultisample()
5346 ANGLE_CONTEXT_TRY( in texImage2DExternal()
5360 ANGLE_CONTEXT_TRY(mState.syncDirtyObject(this, GL_DRAW_FRAMEBUFFER)); in getMultisamplefv()
5366 ANGLE_CONTEXT_TRY(framebuffer->getSamplePosition(this, index, val)); in getMultisamplefv()
5391 ANGLE_CONTEXT_TRY(renderbuffer->setStorage(this, convertedInternalFormat, width, height)); in renderbufferStorage()
5404 ANGLE_CONTEXT_TRY( in renderbufferStorageMultisample()
5442 ANGLE_CONTEXT_TRY(QuerySynciv(this, syncObject, pname, bufSize, length, values)); in getSynciv()
5508 ANGLE_CONTEXT_TRY(prepareForDispatch()); in dispatchCompute()
5509 ANGLE_CONTEXT_TRY(mImplementation->dispatchCompute(this, numGroupsX, numGroupsY, numGroupsZ)); in dispatchCompute()
5516 ANGLE_CONTEXT_TRY(prepareForDispatch()); in dispatchComputeIndirect()
5517 ANGLE_CONTEXT_TRY(mImplementation->dispatchComputeIndirect(this, indirect)); in dispatchComputeIndirect()
5530 ANGLE_CONTEXT_TRY(texture->setStorage(this, target, levels, internalFormat, size)); in texStorage2D()
5542 ANGLE_CONTEXT_TRY(texture->setStorage(this, target, levels, internalFormat, size)); in texStorage3D()
5547 ANGLE_CONTEXT_TRY(mImplementation->memoryBarrier(this, barriers)); in memoryBarrier()
5552 ANGLE_CONTEXT_TRY(mImplementation->memoryBarrierByRegion(this, barriers)); in memoryBarrierByRegion()
5560 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawArrays()
5572 ANGLE_CONTEXT_TRY( in multiDrawArrays()
5586 ANGLE_CONTEXT_TRY( in multiDrawArrays()
5600 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawArraysInstanced()
5612 ANGLE_CONTEXT_TRY(mImplementation->drawArraysInstanced( in multiDrawArraysInstanced()
5626 ANGLE_CONTEXT_TRY(mImplementation->drawArraysInstanced( in multiDrawArraysInstanced()
5640 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawElements()
5652 ANGLE_CONTEXT_TRY( in multiDrawElements()
5665 ANGLE_CONTEXT_TRY( in multiDrawElements()
5679 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawElementsInstanced()
5691 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstanced( in multiDrawElementsInstanced()
5704 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstanced( in multiDrawElementsInstanced()
5757 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawArraysInstancedBaseInstance()
5776 ANGLE_CONTEXT_TRY(mImplementation->drawArraysInstancedBaseInstance( in drawArraysInstancedBaseInstance()
5789 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElementsInstancedBaseVertexBaseInstance()
5811 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstancedBaseVertexBaseInstance( in drawElementsInstancedBaseVertexBaseInstance()
5840 ANGLE_CONTEXT_TRY(mImplementation->drawArraysInstancedBaseInstance( \
5856 ANGLE_CONTEXT_TRY(mImplementation->drawElementsInstancedBaseVertexBaseInstance( \
5868 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawArraysInstancedBaseInstance()
5902 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in multiDrawElementsInstancedBaseVertexBaseInstance()
6465 ANGLE_CONTEXT_TRY(programObject->link(this)); in linkProgram()
6466 ANGLE_CONTEXT_TRY(onProgramLink(programObject)); in linkProgram()
6728 ANGLE_CONTEXT_TRY(programObject->saveBinary(this, binaryFormat, binary, bufSize, length)); in getProgramBinary()
6739 ANGLE_CONTEXT_TRY(programObject->loadBinary(this, binaryFormat, binary, length)); in programBinary()
6740 ANGLE_CONTEXT_TRY(onProgramLink(programObject)); in programBinary()
6932 ANGLE_CONTEXT_TRY(transformFeedback->end(this)); in endTransformFeedback()
7009 ANGLE_CONTEXT_TRY(transformFeedback->pause(this)); in pauseTransformFeedback()
7016 ANGLE_CONTEXT_TRY(transformFeedback->resume(this)); in resumeTransformFeedback()
7162 ANGLE_CONTEXT_TRY(syncObject->serverWait(this, flags, timeout)); in waitSync()
7617 ANGLE_CONTEXT_TRY(fenceObject->finish(this)); in finishFenceNV()
7637 ANGLE_CONTEXT_TRY(fenceObject->test(this, &status)); in getFenceivNV()
7746 ANGLE_CONTEXT_TRY(fenceObject->set(this, condition)); in setFenceNV()
7795 ANGLE_CONTEXT_TRY(SetMemoryObjectParameteriv(this, memoryObject, pname, params)); in memoryObjectParameteriv()
7817 ANGLE_CONTEXT_TRY(texture->setStorageExternalMemory(this, target, levels, internalFormat, size, in texStorageMem2D()
7870 ANGLE_CONTEXT_TRY(memoryObject->importFd(this, size, handleType, fd)); in importMemoryFd()
7880 ANGLE_CONTEXT_TRY(memoryObject->importZirconHandle(this, size, handleType, handle)); in importMemoryZirconHandle()
7942 ANGLE_CONTEXT_TRY(semaphore->wait(this, bufferBarriers, textureBarriers)); in waitSemaphore()
7968 ANGLE_CONTEXT_TRY(semaphore->signal(this, bufferBarriers, textureBarriers)); in signalSemaphore()
7975 ANGLE_CONTEXT_TRY(semaphoreObject->importFd(this, handleType, fd)); in importSemaphoreFd()
7984 ANGLE_CONTEXT_TRY(semaphoreObject->importZirconHandle(this, handleType, handle)); in importSemaphoreZirconHandle()
7991 ANGLE_CONTEXT_TRY(texture->setEGLImageTarget(this, target, imageObject)); in eGLImageTargetTexture2D()
7998 ANGLE_CONTEXT_TRY(renderbuffer->setStorageEGLImageTarget(this, imageObject)); in eGLImageTargetRenderbufferStorage()
8381 ANGLE_CONTEXT_TRY(texture->getTexImage(this, mState.getPackState(), packBuffer, target, level, in getTexImage()
8389 ANGLE_CONTEXT_TRY(renderbuffer->getRenderbufferImage(this, mState.getPackState(), packBuffer, in getRenderbufferImage()