OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetH
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles3/functional/
es3fOcclusionQueryTests.cpp
199
int
targetH
= renderTarget.getHeight();
252
int scissorBoxY = m_rnd.getInt(-DEPTH_CLEAR_OFFSET,
targetH
);
254
int scissorBoxH = m_rnd.getInt( DEPTH_CLEAR_OFFSET,
targetH
+DEPTH_CLEAR_OFFSET);
295
int scissorBoxY = m_rnd.getInt(-STENCIL_CLEAR_OFFSET,
targetH
);
297
int scissorBoxH = m_rnd.getInt( STENCIL_CLEAR_OFFSET,
targetH
+STENCIL_CLEAR_OFFSET);
325
int scissorBoxY = m_rnd.getInt(-SCISSOR_OFFSET,
targetH
-SCISSOR_OFFSET);
327
int scissorBoxH = m_rnd.getInt(SCISSOR_MINSIZE,
targetH
+SCISSOR_OFFSET);
es3fTextureSpecificationTests.cpp
220
int
targetH
= getHeight();
223
float h = (float)height / (float)
targetH
;
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp
566
int
targetH
= getHeight();
569
float h = (float)height / (float)
targetH
;
583
int
targetH
= getHeight();
586
float h = (float)height / (float)
targetH
;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp
189
int
targetH
= getHeight();
192
float h = (float)height / (float)
targetH
;
[
all
...]
Completed in 220 milliseconds