Searched refs:currentPacked (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 455 void loseContext(GraphicsResetStatus currentPacked, GraphicsResetStatus otherPacked); \
|
D | validationESEXT_autogen.h | 749 GraphicsResetStatus currentPacked,
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3611 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/ |
D | capture_gles_ext_autogen.h | 867 GraphicsResetStatus currentPacked,
|
D | capture_gles_ext_autogen.cpp | 4405 GraphicsResetStatus currentPacked, in CaptureLoseContextCHROMIUM() argument 4410 paramBuffer.addValueParam("currentPacked", ParamType::TGraphicsResetStatus, currentPacked); in CaptureLoseContextCHROMIUM()
|