Searched refs:GLenumVal (Results 1 – 4 of 4) sorted by relevance
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 39 glActiveTexture(captures[0].value.GLenumVal); in ReplayTraceFunctionCall() 42 glAlphaFunc(captures[0].value.GLenumVal, captures[1].value.GLfloatVal); in ReplayTraceFunctionCall() 45 glAlphaFuncx(captures[0].value.GLenumVal, captures[1].value.GLfixedVal); in ReplayTraceFunctionCall() 59 glBeginQuery(captures[0].value.GLenumVal, gQueryMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 62 glBeginQueryEXT(captures[0].value.GLenumVal, gQueryMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 65 glBeginTransformFeedback(captures[0].value.GLenumVal); in ReplayTraceFunctionCall() 73 glBindBuffer(captures[0].value.GLenumVal, gBufferMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 76 glBindBufferBase(captures[0].value.GLenumVal, captures[1].value.GLuintVal, in ReplayTraceFunctionCall() 80 glBindBufferRange(captures[0].value.GLenumVal, captures[1].value.GLuintVal, in ReplayTraceFunctionCall() 95 glBindFramebuffer(captures[0].value.GLenumVal, in ReplayTraceFunctionCall() [all …]
|
/external/angle/src/common/ |
D | frame_capture_utils_autogen.h | 269 GLenum GLenumVal; member 841 return value.GLenumVal; 2321 valueOut->GLenumVal = valueIn;
|
D | frame_capture_utils_autogen.cpp | 277 WriteParamValueReplay<ParamType::TGLenum>(os, call, param.value.GLenumVal); in WriteParamCaptureReplay()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 795 OutputGLenumString(callOut, param.enumGroup, param.value.GLenumVal); in WriteCppReplayForCall() 6596 call.params.getParam(paramName.c_str(), ParamType::TGLenum, index).value.GLenumVal; in trackTextureUpdate() 6679 GLenum srcTarget = call.params.getParam("srcTarget", ParamType::TGLenum, 1).value.GLenumVal; in updateCopyImageSubData() 6708 GLenum dstTarget = call.params.getParam("dstTarget", ParamType::TGLenum, 7).value.GLenumVal; in updateCopyImageSubData() 6818 GLenum access = call.params.getParam("access", ParamType::TGLenum, 1).value.GLenumVal; in captureCustomMapBufferFromContext() 7433 call.params.getParam("access", ParamType::TGLenum, 1).value.GLenumVal; in maybeCapturePreCallUpdates()
|