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.cpp511 const char* cstring = (const char*)extensionString; in initCapsLocked() local
522 if (strstr(cstring,"GL_EXT_bgra ")!=NULL) in initCapsLocked()
525 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) in initCapsLocked()
528 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) in initCapsLocked()
531 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) in initCapsLocked()
534 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL ) in initCapsLocked()
537 if (strstr(cstring,"GL_OES_read_format ")!=NULL) in initCapsLocked()
540 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL) in initCapsLocked()
543 if (strstr(cstring,"GL_NV_half_float ")!=NULL) in initCapsLocked()
546 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL) in initCapsLocked()
[all …]