Searched refs:ANGLE_CONTEXT_TRY (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.inl.h | 21 #define ANGLE_CONTEXT_TRY(EXPR) ANGLE_TRY_TEMPLATE(EXPR, ANGLE_HANDLE_ERR) macro 128 ANGLE_CONTEXT_TRY(mImplementation->handleNoopDrawEvent()); in drawArrays() 132 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawArrays() 133 ANGLE_CONTEXT_TRY(mImplementation->drawArrays(this, mode, first, count)); in drawArrays() 145 ANGLE_CONTEXT_TRY(mImplementation->handleNoopDrawEvent()); in drawElements() 149 ANGLE_CONTEXT_TRY(prepareForDraw(mode)); in drawElements() 150 ANGLE_CONTEXT_TRY(mImplementation->drawElements(this, mode, count, type, indices)); in drawElements()
|
D | Context.cpp | 549 ANGLE_CONTEXT_TRY(mImplementation->initialize()); in initializeDefaultResources() 652 ANGLE_CONTEXT_TRY(mOverlay.init(this)); in initializeDefaultResources() 1286 ANGLE_CONTEXT_TRY(mState.setProgram(this, getProgramResolveLink(program))); in useProgram() 1300 ANGLE_CONTEXT_TRY(programPipeline->useProgramStages(this, stages, shaderProgram)); in useProgramStages() 1315 ANGLE_CONTEXT_TRY(mState.setProgramPipelineBinding(this, pipeline)); in bindProgramPipeline() 1318 ANGLE_CONTEXT_TRY(mState.onProgramPipelineExecutableChange(this)); in bindProgramPipeline() 1330 ANGLE_CONTEXT_TRY(queryObject->begin(this)); in beginQuery() 1357 ANGLE_CONTEXT_TRY(queryObject->queryCounter(this)); in queryCounter() 1409 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjectiv() 1423 ANGLE_CONTEXT_TRY(GetQueryObjectParameter(this, getQuery(id), pname, params)); in getQueryObjectuiv() [all …]
|