HomeSort by relevance Sort by last modified time
    Searched refs:s_glExtensions (Results 1 - 4 of 4) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 145 *s_glExtensions = "GL_OES_EGL_image GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint "
149 *s_glExtensions+="GL_OES_texture_half_float GL_OES_texture_half_float_linear ";
151 *s_glExtensions+="GL_OES_packed_depth_stencil ";
153 *s_glExtensions+="GL_OES_vertex_half_float ";
155 *s_glExtensions+="GL_OES_standard_derivatives ";
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 268 *s_glExtensions = "GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_blend_subtract "
274 *s_glExtensions+="GL_OES_read_format ";
276 *s_glExtensions+="GL_OES_framebuffer_object GL_OES_depth24 GL_OES_depth32 GL_OES_fbo_render_mipmap "
280 *s_glExtensions+="GL_OES_packed_depth_stencil ";
282 *s_glExtensions+="GL_EXT_texture_format_BGRA8888 GL_APPLE_texture_format_BGRA8888 ";
284 *s_glExtensions+="GL_OES_matrix_palette ";
290 *s_glExtensions+="GL_OES_extended_matrix_palette ";
292 *s_glExtensions+="GL_OES_compressed_ETC1_RGB8_texture ";
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 89 std::string* GLEScontext::s_glExtensions= NULL;
136 if (!s_glExtensions) {
138 s_glExtensions = new std::string("");
478 if (s_glExtensions)
479 ret = s_glExtensions->c_str();
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 196 static std::string* s_glExtensions;

Completed in 29 milliseconds