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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_lib.h15 typedef void (*GLES2FunctionPointer)(void); typedef in namespace:gles2
19 gles2::GLES2FunctionPointer func;
34 GLES2_C_LIB_EXPORT GLES2FunctionPointer GetGLFunctionPointer(const char* name);
H A Dgles2_c_lib_autogen.h986 "glActiveTexture", reinterpret_cast<GLES2FunctionPointer>(glActiveTexture),
989 "glAttachShader", reinterpret_cast<GLES2FunctionPointer>(glAttachShader),
993 reinterpret_cast<GLES2FunctionPointer>(glBindAttribLocation),
996 "glBindBuffer", reinterpret_cast<GLES2FunctionPointer>(glBindBuffer),
1000 reinterpret_cast<GLES2FunctionPointer>(glBindFramebuffer),
1004 reinterpret_cast<GLES2FunctionPointer>(glBindRenderbuffer),
1007 "glBindTexture", reinterpret_cast<GLES2FunctionPointer>(glBindTexture),
1010 "glBlendColor", reinterpret_cast<GLES2FunctionPointer>(glBlendColor),
1013 "glBlendEquation", reinterpret_cast<GLES2FunctionPointer>(glBlendEquation),
1017 reinterpret_cast<GLES2FunctionPointer>(glBlendEquationSeparat
[all...]
H A Dgles2_lib.cc40 GLES2FunctionPointer GetGLFunctionPointer(const char* name) {

Completed in 70 milliseconds