Home
last modified time | relevance | path

Searched refs:glGetCompressedTextureFormats_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h173 glGetCompressedTextureFormats_wrapper_proc_t glGetCompressedTextureFormats;
Dgles3_wrapper_context.h218 glGetCompressedTextureFormats_wrapper_proc_t glGetCompressedTextureFormats;
Dgles1_wrapper_context.cpp173 …glGetCompressedTextureFormats = (glGetCompressedTextureFormats_wrapper_proc_t) getProc("glGetCompr… in initDispatchByName()
Dgles1_wrapper_proc.h172 typedef void (gles1_APIENTRY *glGetCompressedTextureFormats_wrapper_proc_t) (int, GLint*); typedef
Dgles3_wrapper_context.cpp218 …glGetCompressedTextureFormats = (glGetCompressedTextureFormats_wrapper_proc_t) getProc("glGetCompr… in initDispatchByName()
Dgles3_wrapper_proc.h217 typedef void (gles3_APIENTRY *glGetCompressedTextureFormats_wrapper_proc_t) (int, GLint*); typedef