Searched refs:set_glShaderBinary (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp112 ptr = getProc("glShaderBinary", userData); set_glShaderBinary((glShaderBinary_client_proc_t)ptr);
H A Dgl2_client_context.h317 virtual glShaderBinary_client_proc_t set_glShaderBinary(glShaderBinary_client_proc_t f) { glShaderBinary_client_proc_t retval = glShaderBinary; glShaderBinary = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp3018 set_glShaderBinary((glShaderBinary_client_proc_t)(enc_unsupported));

Completed in 75 milliseconds