OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_glExtensions
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp
146
*
s_glExtensions
= "GL_OES_EGL_image GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint "
150
*
s_glExtensions
+="GL_OES_texture_half_float GL_OES_texture_half_float_linear ";
152
*
s_glExtensions
+="GL_OES_packed_depth_stencil ";
154
*
s_glExtensions
+="GL_OES_vertex_half_float ";
156
*
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
88
std::string* GLEScontext::
s_glExtensions
= NULL;
135
if (!
s_glExtensions
) {
137
s_glExtensions
= new std::string("");
480
if (
s_glExtensions
)
481
ret =
s_glExtensions
->c_str();
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
196
static std::string*
s_glExtensions
;
Completed in 46 milliseconds