Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_object.cpp301 if (gl_extensions.empty()) { in onMakeCurrent()
309 gl_extensions = exts; in onMakeCurrent()
310 if (gl_extensions.find("GL_EXT_debug_marker") == std::string::npos) { in onMakeCurrent()
311 gl_extensions.insert(0, "GL_EXT_debug_marker "); in onMakeCurrent()
317 ss << gl_extensions; in onMakeCurrent()
Degl.cpp128 return (const GLubyte *)c->gl_extensions.c_str(); in egl_get_string_for_current_context()
Degl_object.h208 std::string gl_extensions; variable
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp863 String8 gl_extensions; in movie() local
868 gl_extensions.setTo(exts); in movie()
869 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) || in movie()
870 (gl_extensions.find("GL_OES_texture_npot") != -1)) { in movie()