Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DeleteTexture
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H
A
D
render_texture.h
75
GLUtils::
DeleteTexture
(name_);
H
A
D
gl_utils.h
37
IMAGE_EFFECT_EXPORT static void
DeleteTexture
(unsigned int textureId);
H
A
D
gl_utils.cpp
86
void GLUtils::
DeleteTexture
(unsigned int textureId)
in DeleteTexture()
function in OHOS::Media::Effect::GLUtils
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_image_gles.cpp
267
device_.
DeleteTexture
(plat_.image);
in ~GpuImageGLES()
286
device_.
DeleteTexture
(plat_.image);
in ~GpuImageGLES()
H
A
D
swapchain_gles.cpp
328
device_.
DeleteTexture
(plat_.swapchainImages.images[i]);
in ~SwapchainGLES()
H
A
D
device_gles.h
215
void
DeleteTexture
(uint32_t texture);
H
A
D
device_gles.cpp
1752
void DeviceGLES::
DeleteTexture
(uint32_t texture)
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.cpp
243
GLUtils::
DeleteTexture
(tex);
in DrawBufferToTexture()
500
GLUtils::
DeleteTexture
(outTex);
in DrawSurfaceBufferFromTex()
521
GLUtils::
DeleteTexture
(outTex);
in DrawFlipSurfaceBufferFromTex()
545
GLUtils::
DeleteTexture
(input);
in DrawTexFromSurfaceBuffer()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H
A
D
webgl_rendering_context_base.h
368
static napi_value
DeleteTexture
(napi_env env, napi_callback_info info);
H
A
D
webgl_rendering_context_base_impl.h
124
napi_value
DeleteTexture
(napi_env env, napi_value object);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_base.cpp
911
napi_value WebGLRenderingContextBase::
DeleteTexture
(napi_env env, napi_callback_info info)
in DeleteTexture()
function in OHOS::Rosen::WebGLRenderingContextBase
920
context->GetWebGLRenderingContextImpl().
DeleteTexture
(env, funcArg[NARG_POS::FIRST]);
in DeleteTexture()
H
A
D
webgl_rendering_context_common.cpp
1548
NVal::DeclareNapiFunction("deleteTexture", WebGLRenderingContextBase::
DeleteTexture
),
in GetRenderingContextBasePropertyDesc()
H
A
D
webgl_rendering_context_base_impl.cpp
708
napi_value WebGLRenderingContextBaseImpl::
DeleteTexture
(napi_env env, napi_value object)
in DeleteTexture()
function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
Completed in 22 milliseconds