Searched defs:gl_extensions (Results 1 - 3 of 3) sorted by path

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp833 String8 gl_extensions; local
838 gl_extensions.setTo(exts);
839 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) ||
840 (gl_extensions.find("GL_OES_texture_npot") != -1)) {
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp113 if (gl_extensions.empty()) {
116 gl_extensions = exts;
117 if (gl_extensions.find("GL_EXT_debug_marker") == std::string::npos) {
118 gl_extensions.insert(0, "GL_EXT_debug_marker ");
124 ss << gl_extensions; local
H A Degl_object.h173 std::string gl_extensions; member in class:android::egl_context_t

Completed in 133 milliseconds