OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_component
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayGenerateMipMap.cpp
170
for (int
n_component
= 0;
n_component
< m_n_components; ++
n_component
)
173
unsigned char* result_ptr = data + ((y * width + x) * pixel_size +
n_component
);
176
*result_ptr = m_layer_face_data[n_layer][n_color][
n_component
];
/external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.cpp
[
all
...]
gl4cGPUShaderFP64Tests.cpp
7680
result << "base_value + " <<
n_component
;
local
9546
component_index_sstream << "[" <<
n_component
<< "]";
local
9969
result_sstream << "[" <<
n_component
<< "]";
local
[
all
...]
gl4cShaderSubroutineTests.cpp
[
all
...]
gl4cSparseBufferTests.cpp
[
all
...]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLayeredFramebuffer.cpp
167
unsigned int
n_component
= 0;
local
245
for (
n_component
= 0;
n_component
< N_TEXTURE_COMPONENTS; ++
n_component
)
247
float temp_component = slice_rgba[
n_component
] /* dst_color */ * slice_rgba[
n_component
] /* dst_color */
261
ref_slice_ptr[
n_component
] = (unsigned char)(temp_component * 255.0f);
[
all
...]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTCTE.cpp
[
all
...]
Completed in 403 milliseconds