Searched refs:gl_extensions (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp301 if (gl_extensions.empty()) {
309 gl_extensions = exts;
310 if (gl_extensions.find("GL_EXT_debug_marker") == std::string::npos) {
311 gl_extensions.insert(0, "GL_EXT_debug_marker ");
317 ss << gl_extensions; local
H A Degl.cpp129 return (const GLubyte *)c->gl_extensions.c_str();
H A Degl_object.h208 std::string gl_extensions; member in class:android::egl_context_t
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp816 String8 gl_extensions; local
821 gl_extensions.setTo(exts);
822 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) ||
823 (gl_extensions.find("GL_OES_texture_npot") != -1)) {

Completed in 187 milliseconds