Home
last modified time | relevance | path

Searched refs:GLenumVal (Results 1 – 4 of 4) sorted by relevance

/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp39 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/
Dframe_capture_utils_autogen.h269 GLenum GLenumVal; member
841 return value.GLenumVal;
2321 valueOut->GLenumVal = valueIn;
Dframe_capture_utils_autogen.cpp277 WriteParamValueReplay<ParamType::TGLenum>(os, call, param.value.GLenumVal); in WriteParamCaptureReplay()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp795 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()