Searched refs:_glewStrSame2 (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 268 static GLboolean _glewStrSame2 (const GLubyte** a, GLuint* na, const GLubyte* b, GLuint nb) in _glewStrSame2() function 20903 if (_glewStrSame2(&pos, &len, (const GLubyte*)"VERSION_", 8)) in glewIsSupported() 21032 if (_glewStrSame2(&pos, &len, (const GLubyte*)"3DFX_", 5)) in glewIsSupported() 21056 if (_glewStrSame2(&pos, &len, (const GLubyte*)"AMD_", 4)) in glewIsSupported() 21318 if (_glewStrSame2(&pos, &len, (const GLubyte*)"ANDROID_", 8)) in glewIsSupported() 21328 if (_glewStrSame2(&pos, &len, (const GLubyte*)"ANGLE_", 6)) in glewIsSupported() 21415 if (_glewStrSame2(&pos, &len, (const GLubyte*)"APPLE_", 6)) in glewIsSupported() 21600 if (_glewStrSame2(&pos, &len, (const GLubyte*)"ARB_", 4)) in glewIsSupported() 22807 if (_glewStrSame2(&pos, &len, (const GLubyte*)"ARM_", 4)) in glewIsSupported() 22845 if (_glewStrSame2(&pos, &len, (const GLubyte*)"ATIX_", 5)) in glewIsSupported() [all …]
|