OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zOffset
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_texrender.c
36
GLuint
zOffset
;
46
zOffset
= 0;
49
zOffset
= att->
Zoffset
;
55
srb->Buffer = swImage->ImageSlices[
zOffset
];
/cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp
320
* @param
zOffset
Offset in Z dimension of this Allocation for copy.
329
int xOffset, int yOffset, int
zOffset
,
365
alloc->copy3DRangeFrom(xOffset, yOffset,
zOffset
, xCount, yCount, zCount, src);
366
alloc->copy3DRangeTo(xOffset, yOffset,
zOffset
, xCount, yCount, zCount, dst);
382
int xOffset, int yOffset, int
zOffset
,
404
srcA->copy3DRangeFrom(xOffset, yOffset,
zOffset
, xCount, yCount, zCount, src);
406
dstA->copy3DRangeFrom(xOffset, yOffset,
zOffset
, xCount, yCount, zCount,
407
srcA, xOffset, yOffset,
zOffset
);
408
dstA->copy3DRangeTo(xOffset, yOffset,
zOffset
, xCount, yCount, zCount, dst);
/external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.hpp
239
GLint xOffset, GLint yOffset, GLint
zOffset
, GLint width, GLint height, GLint depth,
271
GLint xOffset, GLint yOffset, GLint
zOffset
, GLint width, GLint height, GLint depth,
gl4cSparseTextureTests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp
[
all
...]
Completed in 972 milliseconds