Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h272 void associateProgramWithPipeline(GLuint program, GLuint pipeline);
DGLClientState.cpp688 void GLClientState::associateProgramWithPipeline(GLuint program, GLuint pipeline) { in associateProgramWithPipeline() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4548 state->associateProgramWithPipeline(program, pipeline); in s_glUseProgramStages()