Searched refs:opcodePacked (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/libANGLE/ |
D | GLES1State.cpp | 367 void GLES1State::setLogicOp(LogicalOperation opcodePacked) in setLogicOp() argument 370 mLogicOp = opcodePacked; in setLogicOp()
|
D | GLES1State.h | 211 void setLogicOp(LogicalOperation opcodePacked);
|
D | context_private_call_autogen.h | 438 LogicalOperation opcodePacked); 607 LogicalOperation opcodePacked);
|
D | validationES1_autogen.h | 256 LogicalOperation opcodePacked);
|
D | validationES.h | 1375 LogicalOperation opcodePacked);
|
D | validationESEXT.cpp | 4559 LogicalOperation opcodePacked) in ValidateLogicOpANGLE() argument 4567 return ValidateLogicOpCommon(state, errors, entryPoint, opcodePacked); in ValidateLogicOpANGLE()
|
D | validationES.cpp | 9004 LogicalOperation opcodePacked) in ValidateLogicOpCommon() argument 9006 switch (opcodePacked) in ValidateLogicOpCommon()
|
D | validationESEXT_autogen.h | 254 LogicalOperation opcodePacked);
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1251 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()
|
D | entry_points_gles_ext_autogen.cpp | 1081 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/ |
D | capture_gles_1_0_autogen.h | 202 LogicalOperation opcodePacked);
|
D | capture_gles_1_0_autogen.cpp | 897 CallCapture CaptureLogicOp(const State &glState, bool isCallValid, LogicalOperation opcodePacked) in CaptureLogicOp() argument 901 paramBuffer.addValueParam("opcodePacked", ParamType::TLogicalOperation, opcodePacked); in CaptureLogicOp()
|
D | capture_gles_ext_autogen.h | 255 LogicalOperation opcodePacked);
|
D | capture_gles_ext_autogen.cpp | 1081 LogicalOperation opcodePacked) in CaptureLogicOpANGLE() argument 1085 paramBuffer.addValueParam("opcodePacked", ParamType::TLogicalOperation, opcodePacked); in CaptureLogicOpANGLE()
|