Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/common/
DImage.cpp43 case GL_HALF_FLOAT_OES: return sw::FORMAT_L16F; in ConvertReadFormatType()
53 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16L16F; in ConvertReadFormatType()
65 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16B16G16R16F; in ConvertReadFormatType()
86 case GL_HALF_FLOAT_OES: return sw::FORMAT_B16G16R16F; in ConvertReadFormatType()
96 case GL_HALF_FLOAT_OES: return sw::FORMAT_G16R16F; in ConvertReadFormatType()
106 case GL_HALF_FLOAT_OES: return sw::FORMAT_R16F; in ConvertReadFormatType()
116 case GL_HALF_FLOAT_OES: return sw::FORMAT_A16F; in ConvertReadFormatType()
301 case GL_HALF_FLOAT_OES: return GL_RGBA16F; in GetSizedInternalFormat()
326 case GL_HALF_FLOAT_OES: return GL_RGB16F; in GetSizedInternalFormat()
347 case GL_HALF_FLOAT_OES: return GL_RG16F; in GetSizedInternalFormat()
[all …]
/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/src/OpenGL/libGLESv2/
Dutilities.cpp795 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType()
883 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType()
895 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType()
908 case GL_HALF_FLOAT_OES: // GL_OES_texture_half_float in ValidateTextureFormatType()
939 case GL_HALF_FLOAT_OES: // GL_EXT_texture_rg + GL_OES_texture_half_float in ValidateTextureFormatType()
973 case GL_HALF_FLOAT_OES: in ValidateTextureFormatType()
1000 case GL_HALF_FLOAT_OES: in ValidateTextureFormatType()
1023 case GL_HALF_FLOAT_OES: in ValidateTextureFormatType()
1046 case GL_HALF_FLOAT_OES: in ValidateTextureFormatType()
1085 case GL_HALF_FLOAT_OES: in ValidateTextureFormatType()
[all …]
DVertexDataManager.cpp196 case GL_HALF_FLOAT_OES: translated[i].type = sw::STREAMTYPE_HALF; break; in prepareVertexData()
DContext.h217 case GL_HALF_FLOAT_OES: in typeSize()
DlibGLESv2.cpp1002 internalformat = gl::GetSizedInternalFormat(internalformat, GL_HALF_FLOAT_OES); in CopyTexImage2D()
6113 case GL_HALF_FLOAT_OES: // GL_OES_vertex_half_float in VertexAttribPointer()
/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/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/libEGL/
DDisplay.cpp399 case GL_HALF_FLOAT_OES: in createPBufferSurface()
497 case GL_HALF_FLOAT_OES: in createPBufferSurface()
DSurface.cpp265 case GL_HALF_FLOAT_OES: in getClientBufferFormat()
/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.inl1117 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/mesa3d/include/GLES2/
Dgl2ext.h691 #define GL_HALF_FLOAT_OES 0x8D61 macro
/external/swiftshader/include/GLES2/
Dgl2ext.h695 #define GL_HALF_FLOAT_OES 0x8D61 macro