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.cpp116 if (gl_extensions.empty()) { in onMakeCurrent()
119 gl_extensions = exts; in onMakeCurrent()
120 if (gl_extensions.find("GL_EXT_debug_marker") == std::string::npos) { in onMakeCurrent()
121 gl_extensions.insert(0, "GL_EXT_debug_marker "); in onMakeCurrent()
127 ss << gl_extensions; in onMakeCurrent()
Degl_object.h174 std::string gl_extensions; variable
Degl.cpp129 return (const GLubyte *)c->gl_extensions.c_str(); in egl_get_string_for_current_context()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp807 String8 gl_extensions; in movie() local
812 gl_extensions.setTo(exts); in movie()
813 if ((gl_extensions.find("GL_ARB_texture_non_power_of_two") != -1) || in movie()
814 (gl_extensions.find("GL_OES_texture_npot") != -1)) { in movie()