Searched refs:gSamplerMap (Results 1 – 4 of 4) sorted by relevance
/external/angle/util/capture/ |
D | trace_fixture.cpp | 132 GLuint *gSamplerMap; variable 312 gSamplerMap = AllocateZeroedUints(maxSampler); in InitializeReplay() 345 delete[] gSamplerMap; in FinishReplay() 466 UpdateResourceMap(gSamplerMap, id, readBufferOffset); in UpdateSamplerID()
|
D | frame_capture_replay_autogen.cpp | 123 glBindSampler(captures[0].value.GLuintVal, gSamplerMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 1725 glGetSamplerParameterIiv(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1730 glGetSamplerParameterIivEXT(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1735 glGetSamplerParameterIivOES(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1741 gSamplerMap[captures[0].value.GLuintVal], captures[1].value.GLenumVal, in ReplayTraceFunctionCall() 1746 glGetSamplerParameterIuiv(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1751 glGetSamplerParameterIuivEXT(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1756 glGetSamplerParameterIuivOES(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1762 gSamplerMap[captures[0].value.GLuintVal], captures[1].value.GLenumVal, in ReplayTraceFunctionCall() 1767 glGetSamplerParameterfv(gSamplerMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() [all …]
|
D | trace_fixture.h | 97 extern GLuint *gSamplerMap;
|
D | trace_interpreter.cpp | 1043 return gSamplerMap[key]; in GetResourceIDMapValue()
|