Home
last modified time | relevance | path

Searched refs:m_glGetAttribLocation_enc (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h901 glGetAttribLocation_client_proc_t m_glGetAttribLocation_enc; variable
DGL2Encoder.cpp1980 location = ctx->m_glGetAttribLocation_enc(ctx, program, name); in updateProgramInfoAfterLink()
5595 GLint location = ctx->m_glGetAttribLocation_enc(self, res, name); in s_glCreateShaderProgramv()
6439 return ctx->m_glGetAttribLocation_enc(ctx, program, name); in s_glGetAttribLocation()