Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h242 void initShaderProgramData(GLuint shaderProgram, GLuint numIndices, GLuint numAttributes);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp808 void GLSharedGroup::initShaderProgramData(GLuint shaderProgram, GLuint numIndices, GLuint numAttrib… in initShaderProgramData() function in gfxstream::guest::GLSharedGroup
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5577 ctx->m_shared->initShaderProgramData(res, numUniforms, numAttributes); in s_glCreateShaderProgramv()