Home
last modified time | relevance | path

Searched refs:associateProgramWithPipeline (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h372 void associateProgramWithPipeline(GLuint program, GLuint pipeline);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1324 void GLClientState::associateProgramWithPipeline(GLuint program, GLuint pipeline) { in associateProgramWithPipeline() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5853 state->associateProgramWithPipeline(program, pipeline); in s_glUseProgramStages()