Home
last modified time | relevance | path

Searched refs:otherPacked (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h455 void loseContext(GraphicsResetStatus currentPacked, GraphicsResetStatus otherPacked); \
DvalidationESEXT_autogen.h750 GraphicsResetStatus otherPacked);
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3612 GraphicsResetStatus otherPacked = PackParam<GraphicsResetStatus>(other); in GL_LoseContextCHROMIUM() local
3615 ValidateLoseContextCHROMIUM(context, currentPacked, otherPacked)); in GL_LoseContextCHROMIUM()
3618 context->loseContext(currentPacked, otherPacked); in GL_LoseContextCHROMIUM()
3620 ANGLE_CAPTURE(LoseContextCHROMIUM, isCallValid, context, currentPacked, otherPacked); in GL_LoseContextCHROMIUM()
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_autogen.h868 GraphicsResetStatus otherPacked);
Dcapture_gles_ext_autogen.cpp4406 GraphicsResetStatus otherPacked) in CaptureLoseContextCHROMIUM() argument
4411 paramBuffer.addValueParam("otherPacked", ParamType::TGraphicsResetStatus, otherPacked); in CaptureLoseContextCHROMIUM()