Searched defs:GL_HALF_FLOAT_OES (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c43 /* 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 Dteximage.c53 /* 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/mesa3d/src/mesa/main/
H A Dreadpix.c43 /* 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 Dteximage.c53 /* 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/gles2/stress/
H A Des2sSpecialFloatTests.cpp423 #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/chromium_org/ui/gl/
H A Dgl_bindings.h60 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2ext.h138 #define GL_HALF_FLOAT_OES 0x8D61 macro
153 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
/external/mesa3d/include/GLES2/
H A Dgl2ext.h138 #define GL_HALF_FLOAT_OES 0x8D61 macro
153 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2ext.h135 #define GL_HALF_FLOAT_OES 0x8D61 macro
150 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2ext.h158 #define GL_HALF_FLOAT_OES 0x8D61 macro
173 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2ext.h364 #define GL_HALF_FLOAT_OES 0x8D61 macro

Completed in 1322 milliseconds