Home
last modified time | relevance | path

Searched refs:GL_LUMINANCE (Results 1 – 25 of 93) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dformats.c319 GL_LUMINANCE, /* BaseFormat */
328 GL_LUMINANCE, /* BaseFormat */
526 GL_LUMINANCE,
690 GL_LUMINANCE,
699 GL_LUMINANCE,
891 GL_LUMINANCE,
900 GL_LUMINANCE,
909 GL_LUMINANCE,
918 GL_LUMINANCE,
927 GL_LUMINANCE,
[all …]
Dglformats.c181 case GL_LUMINANCE: in _mesa_components_in_format()
466 case GL_LUMINANCE: in _mesa_is_color_format()
876 case GL_LUMINANCE: in _mesa_base_format_to_integer_format()
936 if (base_format == GL_LUMINANCE || in _mesa_base_format_has_channel()
992 return GL_LUMINANCE; in _mesa_generic_compressed_format_to_uncompressed_format()
1126 case GL_LUMINANCE: in _mesa_error_check_format_and_type()
Dtexgetimage.c270 if (baseFormat == GL_LUMINANCE || in get_tex_rgba_compressed()
282 (destBaseFormat == GL_LUMINANCE || in get_tex_rgba_compressed()
349 if (texImage->_BaseFormat == GL_LUMINANCE || in get_tex_rgba_uncompressed()
361 (destBaseFormat == GL_LUMINANCE || in get_tex_rgba_uncompressed()
442 format == GL_LUMINANCE || in get_tex_rgba()
Dteximage.c92 case GL_LUMINANCE: in _mesa_base_tex_format()
97 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format()
175 return GL_LUMINANCE; in _mesa_base_tex_format()
246 return GL_LUMINANCE; in _mesa_base_tex_format()
290 return GL_LUMINANCE; in _mesa_base_tex_format()
336 return GL_LUMINANCE; in _mesa_base_tex_format()
386 return GL_LUMINANCE; in _mesa_base_tex_format()
501 return GL_LUMINANCE; in _mesa_base_tex_format()
1627 case GL_LUMINANCE: in _mesa_es_error_check_format_and_type()
2385 case GL_LUMINANCE: in copytexture_error_check()
[all …]
Dtexstore.c104 case GL_LUMINANCE: in can_swizzle()
237 case GL_LUMINANCE: return IDX_LUMINANCE; in get_map_idx()
342 logicalBaseFormat == GL_LUMINANCE || in _mesa_make_temp_float_image()
352 textureBaseFormat == GL_LUMINANCE || in _mesa_make_temp_float_image()
453 logicalBaseFormat == GL_LUMINANCE || in make_temp_uint_image()
462 textureBaseFormat == GL_LUMINANCE || in make_temp_uint_image()
580 logicalBaseFormat == GL_LUMINANCE || in _mesa_make_temp_ubyte_image()
589 textureBaseFormat == GL_LUMINANCE || in _mesa_make_temp_ubyte_image()
3033 baseInternalFormat == GL_LUMINANCE || in _mesa_texstore_rgba_float32()
3103 baseInternalFormat == GL_LUMINANCE || in _mesa_texstore_rgba_float16()
[all …]
/external/mesa3d/src/mesa/main/
Dformats.c319 GL_LUMINANCE, /* BaseFormat */
328 GL_LUMINANCE, /* BaseFormat */
526 GL_LUMINANCE,
690 GL_LUMINANCE,
699 GL_LUMINANCE,
891 GL_LUMINANCE,
900 GL_LUMINANCE,
909 GL_LUMINANCE,
918 GL_LUMINANCE,
927 GL_LUMINANCE,
[all …]
Dglformats.c181 case GL_LUMINANCE: in _mesa_components_in_format()
466 case GL_LUMINANCE: in _mesa_is_color_format()
876 case GL_LUMINANCE: in _mesa_base_format_to_integer_format()
936 if (base_format == GL_LUMINANCE || in _mesa_base_format_has_channel()
992 return GL_LUMINANCE; in _mesa_generic_compressed_format_to_uncompressed_format()
1126 case GL_LUMINANCE: in _mesa_error_check_format_and_type()
Dtexgetimage.c270 if (baseFormat == GL_LUMINANCE || in get_tex_rgba_compressed()
282 (destBaseFormat == GL_LUMINANCE || in get_tex_rgba_compressed()
349 if (texImage->_BaseFormat == GL_LUMINANCE || in get_tex_rgba_uncompressed()
361 (destBaseFormat == GL_LUMINANCE || in get_tex_rgba_uncompressed()
442 format == GL_LUMINANCE || in get_tex_rgba()
Dteximage.c92 case GL_LUMINANCE: in _mesa_base_tex_format()
97 return (ctx->API != API_OPENGL_CORE) ? GL_LUMINANCE : -1; in _mesa_base_tex_format()
175 return GL_LUMINANCE; in _mesa_base_tex_format()
246 return GL_LUMINANCE; in _mesa_base_tex_format()
290 return GL_LUMINANCE; in _mesa_base_tex_format()
336 return GL_LUMINANCE; in _mesa_base_tex_format()
386 return GL_LUMINANCE; in _mesa_base_tex_format()
501 return GL_LUMINANCE; in _mesa_base_tex_format()
1627 case GL_LUMINANCE: in _mesa_es_error_check_format_and_type()
2385 case GL_LUMINANCE: in copytexture_error_check()
[all …]
Dtexstore.c104 case GL_LUMINANCE: in can_swizzle()
237 case GL_LUMINANCE: return IDX_LUMINANCE; in get_map_idx()
342 logicalBaseFormat == GL_LUMINANCE || in _mesa_make_temp_float_image()
352 textureBaseFormat == GL_LUMINANCE || in _mesa_make_temp_float_image()
453 logicalBaseFormat == GL_LUMINANCE || in make_temp_uint_image()
462 textureBaseFormat == GL_LUMINANCE || in make_temp_uint_image()
580 logicalBaseFormat == GL_LUMINANCE || in _mesa_make_temp_ubyte_image()
589 textureBaseFormat == GL_LUMINANCE || in _mesa_make_temp_ubyte_image()
3033 baseInternalFormat == GL_LUMINANCE || in _mesa_texstore_rgba_float32()
3103 baseInternalFormat == GL_LUMINANCE || in _mesa_texstore_rgba_float16()
[all …]
Dtexstate.c181 case GL_LUMINANCE: in calculate_derived_texenv()
219 case GL_LUMINANCE: in calculate_derived_texenv()
250 case GL_LUMINANCE: in calculate_derived_texenv()
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
DVideoStreamsView.java141 GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, GLES20.GL_LUMINANCE, w, h, 0, in setSize()
142 GLES20.GL_LUMINANCE, GLES20.GL_UNSIGNED_BYTE, null); in setSize()
232 GLES20.GL_TEXTURE_2D, 0, GLES20.GL_LUMINANCE, w, h, 0, in texImage2D()
233 GLES20.GL_LUMINANCE, GLES20.GL_UNSIGNED_BYTE, plane); in texImage2D()
/external/chromium_org/ppapi/examples/video_capture/
Dvideo_capture.cc93 GL_LUMINANCE, GL_UNSIGNED_BYTE, data); in OnBufferReady()
102 GL_LUMINANCE, GL_UNSIGNED_BYTE, data); in OnBufferReady()
108 GL_LUMINANCE, GL_UNSIGNED_BYTE, data); in OnBufferReady()
315 context_->pp_resource(), GL_TEXTURE_2D, 0, GL_LUMINANCE, width, height, 0, in CreateTexture()
316 GL_LUMINANCE, GL_UNSIGNED_BYTE, NULL); in CreateTexture()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java25 return GL10.GL_LUMINANCE; in convertTextureFormat()
156 format = GLES20.GL_LUMINANCE; in uploadTexture()
168 format = GLES20.GL_LUMINANCE; in uploadTexture()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dutilities.cpp360 case GL_LUMINANCE: in ConvertSizedInternalFormat()
446 case GL_LUMINANCE8_EXT: return GL_LUMINANCE; in ExtractFormat()
455 case GL_LUMINANCE32F_EXT: return GL_LUMINANCE; in ExtractFormat()
460 case GL_LUMINANCE16F_EXT: return GL_LUMINANCE; in ExtractFormat()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DTextureUtil.java286 format = GL_LUMINANCE; in uploadTexture()
301 format = GL_LUMINANCE; in uploadTexture()
306 format = GL_LUMINANCE; in uploadTexture()
311 format = GL_LUMINANCE; in uploadTexture()
/external/chromium_org/gpu/command_buffer/service/
Dfeature_info_unittest.cc160 { GL_LUMINANCE, kLuminanceTypes, arraysize(kLuminanceTypes), }, in TEST_F()
211 { GL_LUMINANCE, kLuminanceTypes, arraysize(kLuminanceTypes), }, in TEST_F()
429 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
439 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
462 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
472 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
496 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
506 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
531 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
541 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_LUMINANCE).IsValid( in TEST_F()
Dfeature_info.cc188 { GL_LUMINANCE, kLuminanceTypes, arraysize(kLuminanceTypes), }, in InitializeBasicState()
476 texture_format_validators_[GL_LUMINANCE].AddValue(GL_FLOAT); in InitializeFeatures()
490 texture_format_validators_[GL_LUMINANCE].AddValue(GL_HALF_FLOAT_OES); in InitializeFeatures()
Dgles2_cmd_validation_implementation_autogen.h420 GL_LUMINANCE,
428 GL_LUMINANCE,
/external/chromium_org/media/tools/player_x11/
Dgl_video_renderer.cc133 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, width, height, 0, in Paint()
134 GL_LUMINANCE, GL_UNSIGNED_BYTE, video_frame->data(i)); in Paint()
/external/chromium_org/gpu/tools/compositor_model_bench/
Drender_tree.cc33 return GL_LUMINANCE; in TextureFormatFromString()
43 case GL_LUMINANCE: in TextureFormatName()
56 case GL_LUMINANCE: in FormatBytesPerPixel()
/external/chromium_org/third_party/mesa/src/src/glx/
Dcompsize.c89 case GL_LUMINANCE: in __glElementsPerGroup()
/external/mesa3d/src/glx/
Dcompsize.c89 case GL_LUMINANCE: in __glElementsPerGroup()
/external/chromium_org/ui/gl/
Dgl_gl_api_implementation.cc57 case GL_LUMINANCE: in GetTexInternalFormat()
78 case GL_LUMINANCE: in GetTexInternalFormat()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils.cc358 case GL_LUMINANCE: in ElementsPerGroup()
636 case GL_LUMINANCE: in GetChannelsForFormat()

1234