Home
last modified time | relevance | path

Searched defs:tex (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_blur_common.h53texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRGBA()
70texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRGB()
87texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurRG()
104texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurR()
121texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in GaussianBlurA()
138texture2DArray tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec3 dirLayer, const… in GaussianBlurRGBALayer()
157texture2DArray tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec3 dirLayer, const… in GaussianBlurRGBLayer()
241texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in SoftDownscaleRGB()
291texture2D tex, sampler sampl, const vec2 fragCoord, const vec2 uv, const vec2 dir, const vec2 invT… in DownscaleRGBA()
297texture2D 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 Dbloom_common.h43 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 Dfxaa_reference.h22 texture2D tex, in FxaaPixelShader()
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp93 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 DXTexture.js44 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 Dgpu_brightness_algo.cpp136 … 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 Dgpu_contrast_algo.cpp137 … 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 Drender_resource_cache.h109 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 Drender_environment.cpp240 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 Drender_blur.h73 RenderHandleReference tex; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp212 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 Deffect_buffer.h89 RenderTexturePtr tex; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp235 GLuint tex = CreateTextureFromImage(img); in CreateTextureFromSurfaceBuffer() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp512 …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 Drs_paint_filter_canvas_test.cpp1322 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 Dskia_canvas_autocache.cpp536 const SkRect tex[], const SkColor colors[], int count, in onDrawAtlas2()
H A Dskia_canvas.cpp666 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 Drender_data_store_default_material.cpp163 const auto& tex = input.textureData[i]; in MaterialUniformsPackedFromInput() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp293 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 Drecording_canvas.cpp285 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 Dimage_effect_inner.cpp775 int tex = GLUtils::CreateTextureFromSurfaceBuffer(buffer); in ConsumerBufferWithGPU() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp221const 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 Ddraw_cmd.h691 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 Drender_system.cpp739 const auto& tex = matDesc.textures[idx]; in InputMaterialUniformsFromMaterialComponent() local
751 const auto& tex = matDesc.textures[MaterialComponent::TextureIndex::BASE_COLOR]; in InputMaterialUniformsFromMaterialComponent() local