Home
last modified time | relevance | path

Searched refs:currentPacked (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.h749 GraphicsResetStatus currentPacked,
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3611 GraphicsResetStatus currentPacked = PackParam<GraphicsResetStatus>(current); 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.h867 GraphicsResetStatus currentPacked,
Dcapture_gles_ext_autogen.cpp4405 GraphicsResetStatus currentPacked, in CaptureLoseContextCHROMIUM() argument
4410 paramBuffer.addValueParam("currentPacked", ParamType::TGraphicsResetStatus, currentPacked); in CaptureLoseContextCHROMIUM()