Home
last modified time | relevance | path

Searched refs:set_glExtIsProgramBinaryQCOM (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.cpp212 …ptr = getProc("glExtIsProgramBinaryQCOM", userData); set_glExtIsProgramBinaryQCOM((glExtIsProgramB… in initDispatchByName()
Dgl2_client_context.h417 …virtual glExtIsProgramBinaryQCOM_client_proc_t set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQC… in set_glExtIsProgramBinaryQCOM() function
Dgl2_enc.cpp3118 set_glExtIsProgramBinaryQCOM((glExtIsProgramBinaryQCOM_client_proc_t)(enc_unsupported)); in gl2_encoder_context_t()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_client_context.cpp302 …ptr = getProc("glExtIsProgramBinaryQCOM", userData); set_glExtIsProgramBinaryQCOM((glExtIsProgramB… in initDispatchByName()
Dgl_client_context.h590 …virtual glExtIsProgramBinaryQCOM_client_proc_t set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQC… in set_glExtIsProgramBinaryQCOM() function
Dgl_enc.cpp5179 set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQCOM_enc); in gl_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.cpp292 …ptr = dlsym(gles_android,"glExtIsProgramBinaryQCOM"); disp->set_glExtIsProgramBinaryQCOM((glExtIsP… in create_gles_dispatch()
Dgles_dispatch.h562 …glExtIsProgramBinaryQCOM_t set_glExtIsProgramBinaryQCOM(glExtIsProgramBinaryQCOM_t f) { glExtIsPro… in set_glExtIsProgramBinaryQCOM() function