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:n_pixels
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcRobustBufferAccessBehaviorTests.cpp
972
void initPixels(std::vector<TYPE>& pixels, GLuint
n_pixels
, GLuint n_channels)
in initPixels()
argument
976
for (GLuint i = 0; i <
n_pixels
; ++i)
in initPixels()
981
for (GLuint i = 0; i <
n_pixels
; ++i)
in initPixels()
990
for (GLuint i = 0; i <
n_pixels
; ++i)
in initPixels()
1861
static const GLuint
n_pixels
= height * width;
in verifyInvalidResults()
local
1873
std::vector<GLubyte> pixels(
n_pixels
* n_channels);
in verifyInvalidResults()
1874
initPixels(pixels,
n_pixels
, n_channels);
in verifyInvalidResults()
1884
for (GLuint i = 0; i <
n_pixels
; ++i)
in verifyInvalidResults()
1904
std::vector<GLbyte> pixels(
n_pixels
* n_channels);
in verifyInvalidResults()
1905
initPixels(pixels,
n_pixels
, n_channel
in verifyInvalidResults()
2117
static const GLuint
n_pixels
= height * width;
verifyValidResults()
local
2695
static const GLuint
n_pixels
= height * width;
verifyInvalidResults()
local
2946
static const GLuint
n_pixels
= height * width;
verifyValidResults()
local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cStencilTexturingTests.cpp
815
static const GLuint
n_pixels
= m_width * m_height;
in prepareDestinationTexture()
local
841
texture_size = pixel_size *
n_pixels
;
in prepareDestinationTexture()
1011
static const GLuint
n_pixels
= m_width * m_height;
in prepareSourceTextureData()
local
1030
texture_size = pixel_size *
n_pixels
;
in prepareSourceTextureData()
1085
static const GLuint
n_pixels
= m_width * m_height;
in verifyTexture()
local
1120
dst_texture_size = dst_pixel_size *
n_pixels
;
in verifyTexture()
1134
for (GLuint i = 0; i <
n_pixels
; ++i)
in verifyTexture()
H
A
D
gl4cCopyImageTests.cpp
3113
const GLuint
n_pixels
= widths[i] * heights[i];
in prepareDstPxls()
local
3116
for (GLuint j = 0; j <
n_pixels
* n_layers; ++j)
in prepareDstPxls()
3958
const GLuint
n_pixels
= n_pixels_per_layer * n_layers;
in prepareDstPxls()
local
3960
const GLuint req_memory = pixel_size *
n_pixels
;
in prepareDstPxls()
3974
for (GLuint j = 0; j <
n_pixels
; ++j)
in prepareDstPxls()
3993
const GLuint
n_pixels
= n_pixels_per_layer * n_layers;
in prepareSrcPxls()
local
3997
const GLuint req_memory = pixel_size *
n_pixels
;
in prepareSrcPxls()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderRendering.cpp
3492
int
n_pixels
= (end_x - start_x) + (end_y - start_y);
in verify()
local
3494
for (int n_pixel = 0; n_pixel <
n_pixels
; ++n_pixel)
in verify()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H
A
D
esextcTextureCubeMapArraySampling.cpp
879
const glw::GLuint
n_pixels
= texture_width * texture_height;
in prepareDataForTexture()
local
880
const glw::GLuint n_total_componenets = n_components_per_pixel *
n_pixels
;
in prepareDataForTexture()
Completed in 33 milliseconds