Home
last modified time | relevance | path

Searched refs:opcodePacked (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.cpp367 void GLES1State::setLogicOp(LogicalOperation opcodePacked) in setLogicOp() argument
370 mLogicOp = opcodePacked; in setLogicOp()
DGLES1State.h211 void setLogicOp(LogicalOperation opcodePacked);
Dcontext_private_call_autogen.h438 LogicalOperation opcodePacked);
607 LogicalOperation opcodePacked);
DvalidationES1_autogen.h256 LogicalOperation opcodePacked);
DvalidationES.h1375 LogicalOperation opcodePacked);
DvalidationESEXT.cpp4559 LogicalOperation opcodePacked) in ValidateLogicOpANGLE() argument
4567 return ValidateLogicOpCommon(state, errors, entryPoint, opcodePacked); in ValidateLogicOpANGLE()
DvalidationES.cpp9004 LogicalOperation opcodePacked) in ValidateLogicOpCommon() argument
9006 switch (opcodePacked) in ValidateLogicOpCommon()
DvalidationESEXT_autogen.h254 LogicalOperation opcodePacked);
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1251 LogicalOperation opcodePacked = PackParam<LogicalOperation>(opcode); in GL_LogicOp() local
1255 angle::EntryPoint::GLLogicOp, opcodePacked)); in GL_LogicOp()
1259 context->getMutablePrivateStateCache(), opcodePacked); in GL_LogicOp()
1261 ANGLE_CAPTURE_GL(LogicOp, isCallValid, context, opcodePacked); in GL_LogicOp()
Dentry_points_gles_ext_autogen.cpp1081 LogicalOperation opcodePacked = PackParam<LogicalOperation>(opcode); in GL_LogicOpANGLE() local
1085 … angle::EntryPoint::GLLogicOpANGLE, opcodePacked)); in GL_LogicOpANGLE()
1089 context->getMutablePrivateStateCache(), opcodePacked); in GL_LogicOpANGLE()
1091 ANGLE_CAPTURE_GL(LogicOpANGLE, isCallValid, context, opcodePacked); in GL_LogicOpANGLE()
/external/angle/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.h202 LogicalOperation opcodePacked);
Dcapture_gles_1_0_autogen.cpp897 CallCapture CaptureLogicOp(const State &glState, bool isCallValid, LogicalOperation opcodePacked) in CaptureLogicOp() argument
901 paramBuffer.addValueParam("opcodePacked", ParamType::TLogicalOperation, opcodePacked); in CaptureLogicOp()
Dcapture_gles_ext_autogen.h255 LogicalOperation opcodePacked);
Dcapture_gles_ext_autogen.cpp1081 LogicalOperation opcodePacked) in CaptureLogicOpANGLE() argument
1085 paramBuffer.addValueParam("opcodePacked", ParamType::TLogicalOperation, opcodePacked); in CaptureLogicOpANGLE()