/external/mesa3d/src/mesa/main/ |
D | glheader.h | 149 #ifndef GL_HALF_FLOAT_OES 150 #define GL_HALF_FLOAT_OES 0x8D61 macro
|
D | glformats.c | 295 case GL_HALF_FLOAT_OES: in _mesa_sizeof_type() 328 case GL_HALF_FLOAT_OES: in _mesa_sizeof_packed_type() 445 case GL_HALF_FLOAT_OES: in _mesa_bytes_per_pixel() 549 case GL_HALF_FLOAT_OES: in _mesa_bytes_per_vertex_attrib() 1905 case GL_HALF_FLOAT_OES: in _mesa_error_check_format_and_type() 2221 || type == GL_HALF_FLOAT_OES); in _mesa_es_error_check_format_and_type() 2228 || type == GL_HALF_FLOAT_OES); in _mesa_es_error_check_format_and_type() 2236 || type == GL_HALF_FLOAT_OES in _mesa_es_error_check_format_and_type() 2742 case GL_HALF_FLOAT_OES: in _mesa_es3_effective_internal_format_for_format_and_type() 2905 case GL_HALF_FLOAT_OES: in _mesa_es3_error_check_format_and_type() [all …]
|
D | pack.c | 270 srcType == GL_HALF_FLOAT_OES || in extract_uint_indexes() 410 case GL_HALF_FLOAT_OES: in extract_uint_indexes() 514 srcType == GL_HALF_FLOAT_OES || in _mesa_unpack_stencil_span() 705 case GL_HALF_FLOAT_OES: in _mesa_pack_stencil_span() 923 case GL_HALF_FLOAT_OES: in _mesa_unpack_depth_span() 1128 case GL_HALF_FLOAT_OES: in _mesa_pack_depth_span()
|
D | readpix.c | 1042 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) { in _mesa_ReadnPixelsARB()
|
D | varray.c | 105 case GL_HALF_FLOAT_OES: in type_to_bit()
|
D | teximage.c | 99 case GL_HALF_FLOAT_OES: in adjust_for_oes_float_texture() 2973 } else if (type == GL_HALF_FLOAT_OES || type == GL_HALF_FLOAT) { in teximage()
|
/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 | 60 InsertFormatMapping(&map, GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA16F); in BuildFormatMap() 77 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT_OES, GL_RGB16F); in BuildFormatMap() 90 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F); in BuildFormatMap() 103 InsertFormatMapping(&map, GL_RED, GL_HALF_FLOAT_OES, GL_R16F); in BuildFormatMap() 119 InsertFormatMapping(&map, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_LUMINANCE_ALPHA16F_EXT); in BuildFormatMap() 121 InsertFormatMapping(&map, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_LUMINANCE16F_EXT); in BuildFormatMap() 123 InsertFormatMapping(&map, GL_ALPHA, GL_HALF_FLOAT_OES, GL_ALPHA16F_EXT); in BuildFormatMap() 768 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType() 898 case GL_HALF_FLOAT_OES: break; in ValidateTextureFormatType() 925 case GL_HALF_FLOAT_OES: break; in ValidateTextureFormatType() [all …]
|
D | VertexDataManager.cpp | 196 case GL_HALF_FLOAT_OES: translated[i].type = sw::STREAMTYPE_HALF; break; in prepareVertexData()
|
D | libGLESv2.cpp | 6149 case GL_HALF_FLOAT_OES: // GL_OES_vertex_half_float in VertexAttribPointer()
|
/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/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.c | 215 type == GL_HALF_FLOAT_OES || in st_pipe_vertex_format() 286 case GL_HALF_FLOAT_OES: return half_float_types[size-1]; in st_pipe_vertex_format() 302 case GL_HALF_FLOAT_OES: return half_float_types[size-1]; in st_pipe_vertex_format()
|
/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() 1505 case GL_HALF_FLOAT_OES: in loadImageData()
|
/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_draw_upload.c | 377 case GL_HALF_FLOAT_OES: in brw_get_vertex_surface_type() 456 case GL_HALF_FLOAT_OES: in brw_get_vertex_surface_type()
|
/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/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
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 691 #define GL_HALF_FLOAT_OES 0x8D61 macro
|