Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp501 const char* cstring = (const char*)extensionString; in initCapsLocked() local
512 if (strstr(cstring,"GL_EXT_bgra ")!=NULL) in initCapsLocked()
515 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) in initCapsLocked()
518 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) in initCapsLocked()
521 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) in initCapsLocked()
524 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL ) in initCapsLocked()
527 if (strstr(cstring,"GL_OES_read_format ")!=NULL) in initCapsLocked()
530 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL) in initCapsLocked()
533 if (strstr(cstring,"GL_NV_half_float ")!=NULL) in initCapsLocked()
536 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL) in initCapsLocked()
[all …]