Searched refs:GL_HALF_FLOAT_OES (Results 1 - 9 of 9) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 95 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_HALF_FLOAT_OES), 96 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_HALF_FLOAT_OES),
|
/external/mesa3d/src/mesa/main/ |
H A D | readpix.c | 43 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 45 #ifndef GL_HALF_FLOAT_OES 46 #define GL_HALF_FLOAT_OES 0x8D61 macro 719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) {
|
H A D | teximage.c | 53 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 55 #ifndef GL_HALF_FLOAT_OES 56 #define GL_HALF_FLOAT_OES 0x8D61 macro 1631 || type == GL_HALF_FLOAT_OES); 1638 || type == GL_HALF_FLOAT_OES); 1646 || type == GL_HALF_FLOAT_OES
|
/external/deqp/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 152 GLS_UNSIZED_FORMATKEY(GL_RED, GL_HALF_FLOAT_OES), 153 GLS_UNSIZED_FORMATKEY(GL_RG, GL_HALF_FLOAT_OES),
|
/external/deqp/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 423 #if !defined(GL_HALF_FLOAT_OES) 424 # define GL_HALF_FLOAT_OES 0x8D61 macro 433 case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA; format = GL_RGBA; type = GL_HALF_FLOAT_OES; break;
|
/external/deqp/framework/opengl/ |
H A D | gluStrUtil.inl | 45 case GL_HALF_FLOAT_OES: return "GL_HALF_FLOAT_OES";
|
/external/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 138 #define GL_HALF_FLOAT_OES 0x8D61 macro 153 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
|
/external/deqp/framework/opengl/wrapper/ |
H A D | glwEnums.inl | 1019 #define GL_HALF_FLOAT_OES 0x8D61
|
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | lwjgl.jar | META-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ... |
Completed in 169 milliseconds