/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | formats.c | 319 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 …]
|
D | glformats.c | 181 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()
|
D | texgetimage.c | 270 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()
|
D | teximage.c | 92 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 …]
|
D | texstore.c | 104 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/ |
D | formats.c | 319 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 …]
|
D | glformats.c | 181 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()
|
D | texgetimage.c | 270 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()
|
D | teximage.c | 92 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 …]
|
D | texstore.c | 104 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 …]
|
D | texstate.c | 181 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/ |
D | VideoStreamsView.java | 141 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/ |
D | video_capture.cc | 93 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/ |
D | TextureUtil.java | 25 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/ |
D | utilities.cpp | 360 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/ |
D | TextureUtil.java | 286 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/ |
D | feature_info_unittest.cc | 160 { 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()
|
D | feature_info.cc | 188 { 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()
|
D | gles2_cmd_validation_implementation_autogen.h | 420 GL_LUMINANCE, 428 GL_LUMINANCE,
|
/external/chromium_org/media/tools/player_x11/ |
D | gl_video_renderer.cc | 133 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/ |
D | render_tree.cc | 33 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/ |
D | compsize.c | 89 case GL_LUMINANCE: in __glElementsPerGroup()
|
/external/mesa3d/src/glx/ |
D | compsize.c | 89 case GL_LUMINANCE: in __glElementsPerGroup()
|
/external/chromium_org/ui/gl/ |
D | gl_gl_api_implementation.cc | 57 case GL_LUMINANCE: in GetTexInternalFormat() 78 case GL_LUMINANCE: in GetTexInternalFormat()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_utils.cc | 358 case GL_LUMINANCE: in ElementsPerGroup() 636 case GL_LUMINANCE: in GetChannelsForFormat()
|