/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_blur_common.h | 53 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRGBA() 70 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRGB() 87 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRG() 104 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurR() 121 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurA() 138 …texture2DArray tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec3 dirLayer, const… in GaussianBlurRGBALayer() 157 …texture2DArray tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec3 dirLayer, const… in GaussianBlurRGBLayer() 241 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in SoftDownscaleRGB() 291 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in DownscaleRGBA() 297 …texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in DownscaleRGBADof() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/common/ |
H A D | bloom_common.h | 43 vec3 bloomDownscaleWeighted9(vec2 uv, vec2 invTexSize, texture2D tex, sampler sampl) in bloomDownscaleWeighted9() 105 vec3 bloomDownscale9(vec2 uv, vec2 invTexSize, texture2D tex, sampler sampl) in bloomDownscale9() 124 vec3 bloomDownscaleWeighted(vec2 uv, vec2 invTexSize, texture2D tex, sampler sampl) in bloomDownscaleWeighted() 254 vec3 bloomDownscale(vec2 uv, vec2 invTexSize, texture2D tex, sampler sampl) in bloomDownscale() 305 vec3 bloomUpscale(vec2 uv, vec2 invTexSize, texture2D tex, sampler sampl) in bloomUpscale()
|
H A D | fxaa_reference.h | 22 texture2D tex, in FxaaPixelShader()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 93 GLuint tex = renderEnvironment->GenTexFromEffectBuffer(effectBuffer.get()); variable 120 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format); variable 183 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format); variable 234 GLuint tex = renderEnvironment->GenTexFromEffectBuffer(effectBuffer.get()); variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 44 static initTextureStatus(tex) { argument 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property in XTexture.loadTextureFromImage.ximages 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property in XTexture.loadTextureFromImage.ximages 150 PutTexture(tex, w, h) { argument 152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property in XTexture.PutTexture.ximages 176 tex: texture, property in XTexture.loadTexture.ximages
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | gpu_brightness_algo.cpp | 136 … RenderTexturePtr tex = context->renderEnvironment_->RequestBuffer(renderEffectData_->outputWidth_, in OnApplyRGBA8888() local 152 void GpuBrightnessAlgo::Render(GLenum target, RenderTexturePtr tex) in Render()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | gpu_contrast_algo.cpp | 137 … RenderTexturePtr tex = context->renderEnvironment_->RequestBuffer(renderEffectData_->outputWidth_, in OnApplyRGBA8888() local 153 void GpuContrastAlgo::Render(GLenum target, RenderTexturePtr tex) in Render()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_resource_cache.h | 109 RenderTexturePtr tex; in RequestTexture() local 134 void AddTexStage(int id, RenderTexturePtr tex) in AddTexStage() 156 void AddTexGlobalCache(std::string id, RenderTexturePtr tex) in AddTexGlobalCache() 179 void RecycleTexture(RenderTexture *tex) in RecycleTexture()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 240 GLuint tex = GenTexFromEffectBuffer(source); in DrawImageToFBO() local 267 GLuint tex; in GenTexFromEffectBuffer() local 332 GLuint tex = GLUtils::CreateTexWithStorage(GL_TEXTURE_2D, 1, GL_RGB, width, height); in ConvertFromYUVToRGB() local 486 … RenderTexturePtr tex = std::make_shared<RenderTexture>(param_->context_, width, height, GL_RGBA8); in ConvertRGBA2YUV() local 504 void RenderEnvironment::ReadPixelsFromTex(RenderTexturePtr tex, void *data, int width, int height, … in ReadPixelsFromTex() 515 void RenderEnvironment::DrawSurfaceBufferFromTex(RenderTexturePtr tex, SurfaceBuffer *buffer, IEffe… in DrawSurfaceBufferFromTex() 531 void RenderEnvironment::DrawFlipSurfaceBufferFromTex(RenderTexturePtr tex, SurfaceBuffer *buffer, I… in DrawFlipSurfaceBufferFromTex() 548 void RenderEnvironment::DrawTexFromSurfaceBuffer(RenderTexturePtr tex, SurfaceBuffer *buffer) in DrawTexFromSurfaceBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.h | 73 RenderHandleReference tex; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 212 Drawing::Rect* tex = pointTex_.data(); in DrawCircle() local 246 Drawing::Rect* tex = imageTex_[imageCount_].data(); in DrawImages() local
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_buffer.h | 89 RenderTexturePtr tex; variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 235 GLuint tex = CreateTextureFromImage(img); in CreateTextureFromSurfaceBuffer() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 512 …int tex = static_cast<int>(GLUtils::CreateTextureFromSurfaceBuffer(buffer->extraInfo_->surfaceBuff… in PushData() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 1322 Drawing::Rect tex = { 0.0f, 0.0f, 1.0f, 1.0f }; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas_autocache.cpp | 536 const SkRect tex[], const SkColor colors[], int count, in onDrawAtlas2()
|
H A D | skia_canvas.cpp | 666 void SkiaCanvas::DrawAtlas(const Image* atlas, const RSXform xform[], const Rect tex[], const Color… in DrawAtlas()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.cpp | 163 const auto& tex = input.textureData[i]; in MaterialUniformsPackedFromInput() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 293 void CoreCanvas::DrawAtlas(const Image* atlas, const RSXform xform[], const Rect tex[], const Color… in DrawAtlas()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | recording_canvas.cpp | 285 void RecordingCanvas::DrawAtlas(const Image* atlas, const RSXform xform[], const Rect tex[], const … in DrawAtlas()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 775 int tex = GLUtils::CreateTextureFromSurfaceBuffer(buffer); in ConsumerBufferWithGPU() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 221 … const Drawing::Rect tex[], const Drawing::ColorQuad colors[], int count, Drawing::BlendMode mode, in DrawAtlas()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 691 std::pair<size_t, size_t> tex; member 701 const std::vector<Rect>& tex, const std::vector<ColorQuad>& colors, BlendMode mode, in DrawAtlasOpItem()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 739 const auto& tex = matDesc.textures[idx]; in InputMaterialUniformsFromMaterialComponent() local 751 const auto& tex = matDesc.textures[MaterialComponent::TextureIndex::BASE_COLOR]; in InputMaterialUniformsFromMaterialComponent() local
|