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:numSupported
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsRandomShaderCase.cpp
260
int
numSupported
= -1;
in checkShaderLimits()
local
263
m_renderCtx.getFunctions().getIntegerv(pname, &
numSupported
);
in checkShaderLimits()
269
if (
numSupported
< numRequiredSamplers)
in checkShaderLimits()
270
throw tcu::NotSupportedError("Shader requires " + de::toString(numRequiredSamplers) + " sampler(s). Implementation supports " + de::toString(
numSupported
));
in checkShaderLimits()
280
int
numSupported
= -1;
in checkProgramLimits()
local
283
m_renderCtx.getFunctions().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &
numSupported
);
in checkProgramLimits()
289
if (
numSupported
< numRequiredCombinedSamplers)
in checkProgramLimits()
290
throw tcu::NotSupportedError("Program requires " + de::toString(numRequiredCombinedSamplers) + " sampler(s). Implementation supports " + de::toString(
numSupported
));
in checkProgramLimits()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
ProgramInterfaceTest.cpp
414
GLint
numSupported
;
in TEST_P()
local
415
glGetIntegerv(GL_MAX_VERTEX_ATOMIC_COUNTERS, &
numSupported
);
in TEST_P()
417
ANGLE_SKIP_TEST_IF(
numSupported
< 1);
in TEST_P()
676
GLint
numSupported
;
677
glGetIntegerv(GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, &
numSupported
);
679
ANGLE_SKIP_TEST_IF(
numSupported
< 2);
1034
GLint
numSupported
;
1035
glGetIntegerv(GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, &
numSupported
);
1037
ANGLE_SKIP_TEST_IF(
numSupported
< 3);
Completed in 3 milliseconds