OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floatv
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp
300
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
309
float
floatV
[4];
569
result.val.
floatV
[i] = sampler.val.samplerV.fillColor.
floatV
[i];
580
result.val.
floatV
[0] = sampler.val.samplerV.fillColor.
floatV
[0];
616
result.val.
floatV
[i*cols + j] = original.val.
floatV
[j*rows + i];
635
result << de::floatToString(value.val.
floatV
[i], 2);
668
result << de::floatToString(value.val.
floatV
[i], 2)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp
280
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
289
float
floatV
[4];
520
result.val.
floatV
[i] = sampler.val.samplerV.fillColor.
floatV
[i];
531
result.val.
floatV
[0] = sampler.val.samplerV.fillColor.
floatV
[0];
567
result.val.
floatV
[i*cols + j] = original.val.
floatV
[j*rows + i];
586
result << de::floatToString(value.val.
floatV
[i], 2);
619
result << de::floatToString(value.val.
floatV
[i], 2)
[
all
...]
/external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp
240
float
floatV
[4*4]; // At most mat4. \note Matrices here are column-major.
500
result.val.
floatV
[i] = sampler.val.samplerV.fillColor[i];
530
result << de::floatToString(value.val.
floatV
[i], 2);
561
result << de::floatToString(value.val.
floatV
[i], 2);
589
result.val.
floatV
[i] = rnd.getFloat(-10.0f, 10.0f);
623
result.val.
floatV
[i] = 0.0f;
658
if (de::abs(a.val.
floatV
[i] - b.val.
floatV
[i]) >= floatThreshold)
714
result.val.
floatV
[i] = rnd.getFloat(-10.0f, 10.0f);
715
if (result.val.
floatV
[i] == 0.0f
[
all
...]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5PreciseQualifier.hpp
138
float
floatv
;
member in union:glcts::WeightedSum
/external/eigen/unsupported/Eigen/
OpenGLSupport
242
EIGEN_GL_FUNC1_SPECIALIZATION_MAT(glGet,GLenum,_,float, 4,4,
Floatv
)
Completed in 2531 milliseconds