OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_float
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGLCoverageTests.cpp
725
glw::GLfloat
zero_float
= 0.0f;
local
729
gl.texParameterfv(GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_BASE_LEVEL, &
zero_float
);
739
gl.texParameterfv(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, GL_TEXTURE_BASE_LEVEL, &
zero_float
);
/external/swiftshader/tests/GLESUnitTests/
unittests.cpp
356
GLfloat
zero_float
= 0;
local
372
glClearBufferfv(GL_DEPTH, 0, &
zero_float
);
[
all
...]
Completed in 243 milliseconds