Home
last modified time | relevance | path

Searched refs:GL_HALF_FLOAT_OES (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglheader.h149 #ifndef GL_HALF_FLOAT_OES
150 #define GL_HALF_FLOAT_OES 0x8D61 macro
Dglformats.c295 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 …]
Dpack.c270 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()
Dreadpix.c1042 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) { in _mesa_ReadnPixelsARB()
Dvarray.c105 case GL_HALF_FLOAT_OES: in type_to_bit()
Dteximage.c99 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/
DPVRTTextureAPI.cpp118 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/
Dutilities.cpp60 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 …]
DVertexDataManager.cpp196 case GL_HALF_FLOAT_OES: translated[i].type = sw::STREAMTYPE_HALF; break; in prepareVertexData()
DlibGLESv2.cpp6149 case GL_HALF_FLOAT_OES: // GL_OES_vertex_half_float in VertexAttribPointer()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp95 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/
Dst_atom_array.c215 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/
DImage.cpp432 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/
DglsFboCompletenessTests.cpp152 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/
Dbrw_draw_upload.c377 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/
Des2sSpecialFloatTests.cpp423 #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/
DgluStrUtil.inl46 case GL_HALF_FLOAT_OES: return "GL_HALF_FLOAT_OES";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h158 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1029 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/swiftshader/include/GLES2/
Dgl2ext.h687 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/mesa3d/include/GLES2/
Dgl2ext.h691 #define GL_HALF_FLOAT_OES 0x8D61 macro