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:isTexturable
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
VulkanFormatTablesTest.cpp
83
//
isTexturable
?
in TEST_P()
84
bool
isTexturable
=
in TEST_P()
local
89
EXPECT_EQ(
isTexturable
, textureCaps.texturable) << actualImageVkFormat;
in TEST_P()
H
A
D
VulkanFramebufferTest.cpp
90
bool
isTexturable
= renderer->hasImageFormatFeatureBits(
in TEST_P()
local
93
ANGLE_SKIP_TEST_IF(!
isTexturable
);
in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H
A
D
NativeBufferImageSiblingAndroid.h
29
bool
isTexturable
(const gl::Context *context) const override;
H
A
D
NativeBufferImageSiblingAndroid.cpp
45
bool NativeBufferImageSiblingAndroid::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in rx::NativeBufferImageSiblingAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H
A
D
DmaBufImageSiblingEGL.h
29
bool
isTexturable
(const gl::Context *context) const override;
H
A
D
DmaBufImageSiblingEGL.cpp
47
bool DmaBufImageSiblingEGL::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in rx::DmaBufImageSiblingEGL
/third_party/skia/tests/
H
A
D
GrSurfaceTest.cpp
129
bool
isTexturable
= caps->isFormatTexturable(combo.fFormat, GrTextureType::k2D);
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
local
133
REPORTER_ASSERT(reporter, SkToBool(tex) ==
isTexturable
,
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
134
"ct:%s format:%s, tex:%d,
isTexturable
:%d",
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
136
SkToBool(tex),
isTexturable
);
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
140
bool expectedMipMapability =
isTexturable
&& caps->mipmapSupport() && !isCompressed;
in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
ImageImpl.h
41
virtual bool
isTexturable
(const gl::Context *context) const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H
A
D
HardwareBufferImageSiblingVkAndroid.h
34
bool
isTexturable
(const gl::Context *context) const override;
H
A
D
HardwareBufferImageSiblingVkAndroid.cpp
389
bool HardwareBufferImageSiblingVkAndroid::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in rx::HardwareBufferImageSiblingVkAndroid
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H
A
D
DmaBufImageSiblingVkLinux.h
30
bool
isTexturable
(const gl::Context *context) const override;
H
A
D
DmaBufImageSiblingVkLinux.cpp
520
bool DmaBufImageSiblingVkLinux::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in rx::DmaBufImageSiblingVkLinux
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
ExternalImageSiblingImpl11.h
31
bool
isTexturable
(const gl::Context *context) const override;
H
A
D
ExternalImageSiblingImpl11.cpp
74
bool ExternalImageSiblingImpl11::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in rx::ExternalImageSiblingImpl11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H
A
D
ImageMtl.h
35
bool
isTexturable
(const gl::Context *context) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Image.cpp
206
return mImplementation->
isTexturable
(context);
in isTextureable()
385
bool Image::
isTexturable
(const gl::Context *context) const
in isTexturable()
function in egl::Image
H
A
D
Image.h
163
bool
isTexturable
(const gl::Context *context) const;
H
A
D
validationES.cpp
4781
if (!imageObject->
isTexturable
(context))
in ValidateEGLImageTargetTexture2DOES()
Completed in 23 milliseconds