Searched refs:GL_HALF_FLOAT_OES (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 118 type=GL_HALF_FLOAT_OES; in PVRTGetOGLES2TextureFormat() 125 type=GL_HALF_FLOAT_OES; in PVRTGetOGLES2TextureFormat() 132 type=GL_HALF_FLOAT_OES; in PVRTGetOGLES2TextureFormat() 139 type=GL_HALF_FLOAT_OES; in PVRTGetOGLES2TextureFormat() 146 type=GL_HALF_FLOAT_OES; in PVRTGetOGLES2TextureFormat() 710 if (eTextureType==GL_HALF_FLOAT_OES) in PVRTTextureLoadFromPointer() 967 if(eTextureType==GL_FLOAT || eTextureType==GL_HALF_FLOAT_OES) in PVRTTextureLoadFromPointer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 59 InsertFormatMapping(&map, GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA16F); in BuildFormatMap() 76 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT_OES, GL_RGB16F); in BuildFormatMap() 89 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F); in BuildFormatMap() 102 InsertFormatMapping(&map, GL_RED, GL_HALF_FLOAT_OES, GL_R16F); in BuildFormatMap() 118 InsertFormatMapping(&map, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_LUMINANCE_ALPHA16F_EXT); in BuildFormatMap() 120 InsertFormatMapping(&map, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_LUMINANCE16F_EXT); in BuildFormatMap() 122 InsertFormatMapping(&map, GL_ALPHA, GL_HALF_FLOAT_OES, GL_ALPHA16F_EXT); in BuildFormatMap() 731 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType() 861 case GL_HALF_FLOAT_OES: break; in ValidateTextureFormatType() 888 case GL_HALF_FLOAT_OES: break; in ValidateTextureFormatType() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 95 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_HALF_FLOAT_OES), 96 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_HALF_FLOAT_OES),
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 432 case GL_HALF_FLOAT_OES: return sw::FORMAT_L16F; in ConvertFormatType() 448 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16L16F; in ConvertFormatType() 466 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16B16G16R16F; in ConvertFormatType() 487 case GL_HALF_FLOAT_OES: return sw::FORMAT_B16G16R16F; in ConvertFormatType() 497 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16F; in ConvertFormatType() 677 case GL_HALF_FLOAT_OES: in SelectInternalFormat() 1069 case GL_HALF_FLOAT_OES: in ComputePixelSize() 1437 case GL_HALF_FLOAT_OES: in loadImageData()
|
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 45 #ifndef GL_HALF_FLOAT_OES 46 #define GL_HALF_FLOAT_OES 0x8D61 macro 719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) { in _mesa_ReadnPixelsARB()
|
D | teximage.c | 55 #ifndef GL_HALF_FLOAT_OES 56 #define GL_HALF_FLOAT_OES 0x8D61 macro 1631 || type == GL_HALF_FLOAT_OES); in _mesa_es_error_check_format_and_type() 1638 || type == GL_HALF_FLOAT_OES); in _mesa_es_error_check_format_and_type() 1646 || type == GL_HALF_FLOAT_OES in _mesa_es_error_check_format_and_type()
|
/external/deqp/modules/glshared/ |
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/ |
D | es2sSpecialFloatTests.cpp | 423 #if !defined(GL_HALF_FLOAT_OES) in init() 424 # define GL_HALF_FLOAT_OES 0x8D61 in init() macro 433 …case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA; format = GL_RGBA; type = GL_HALF_FLOAT_OES; br… in init()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 46 case GL_HALF_FLOAT_OES: return "GL_HALF_FLOAT_OES";
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 138 #define GL_HALF_FLOAT_OES 0x8D61 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2ext.h | 158 #define GL_HALF_FLOAT_OES 0x8D61 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1029 #define GL_HALF_FLOAT_OES 0x8D61 macro
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 687 #define GL_HALF_FLOAT_OES 0x8D61 macro
|