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:boundTexture_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_base_impl.cpp
36
boundTexture_
[BoundTextureType::TEXTURE_3D].resize(maxTextureImageUnits_);
in Init()
37
boundTexture_
[BoundTextureType::TEXTURE_2D_ARRAY].resize(maxTextureImageUnits_);
in Init()
40
boundTexture_
[BoundTextureType::TEXTURE_2D].resize(maxTextureSize_);
in Init()
43
boundTexture_
[BoundTextureType::TEXTURE_CUBE_MAP].resize(maxCubeMapTextureSize_);
in Init()
150
if (activeTextureIndex_ >=
boundTexture_
[index].size()) {
in BindTexture()
154
if (
boundTexture_
[index][activeTextureIndex_] &&
boundTexture_
[index][activeTextureIndex_] !=
in BindTexture()
156
LOGD("WebGL bindTexture has been bound to textureId %{public}u",
boundTexture_
[index][activeTextureIndex_]);
in BindTexture()
158
boundTexture_
[index][activeTextureIndex_] = texture;
in BindTexture()
730
for (size_t i = 0; i <
boundTexture_
[inde
in DeleteTexture()
[all...]
H
A
D
webgl2_rendering_context_override.cpp
126
return GetObject<WebGLTexture>(env,
boundTexture_
[BoundTextureType::TEXTURE_2D_ARRAY][activeTextureIndex_]);
in GetParameter()
128
return GetObject<WebGLTexture>(env,
boundTexture_
[BoundTextureType::TEXTURE_3D][activeTextureIndex_]);
in GetParameter()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
device_gles.cpp
1592
const uint32_t bound =
boundTexture_
[textureUnit][targetId];
1633
boundTexture_
[textureUnit][targetId] = 0;
1638
if ((texture + 1) !=
boundTexture_
[textureUnit][targetId]) {
1640
boundTexture_
[textureUnit][targetId] = texture + 1;
1816
for (auto& textureUnit :
boundTexture_
) {
H
A
D
device_gles.h
368
uint32_t
boundTexture_
[MAX_TEXTURE_UNITS][MAX_TEXTURE_TARGET_ID] = { { 0 } }; // [textureunit][target type]
member in final
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H
A
D
webgl_rendering_context_base_impl.h
361
std::vector<uint32_t>
boundTexture_
[BoundTextureType::TEXTURE_MAX] = {};
member in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
Completed in 8 milliseconds