Home
last modified time | relevance | path

Searched refs:m_texture_n_components (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5ImagesArrayIndexing.cpp41 const glw::GLint GPUShader5ImagesArrayIndexing::m_texture_n_components = 1; member in glcts::GPUShader5ImagesArrayIndexing
126 glw::GLuint dataSize = m_texture_width * m_texture_height * m_texture_n_components; in initTest()
200 const glw::GLuint dataSize = m_texture_width * m_texture_height * m_texture_n_components * 4; in iterate()
217 glw::GLuint resultExpected[m_texture_n_components]; in iterate()
222 glw::GLuint* data_row = m_data_buffer + y * m_texture_width * m_texture_n_components * 4; in iterate()
226 glw::GLuint* data = data_row + x * m_texture_n_components * 4; in iterate()
DesextcGPUShader5ImagesArrayIndexing.hpp114 static const glw::GLint m_texture_n_components; member in glcts::GPUShader5ImagesArrayIndexing
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderClipping.cpp161 unsigned char buffer[m_texture_width * m_texture_height * m_texture_n_components]; in iterate()
165 const unsigned int row_size = m_texture_width * m_texture_n_components; in iterate()
229 unsigned char* data = data_row + x * m_texture_n_components; in iterate()
DesextcGeometryShaderClipping.hpp86 static const int m_texture_n_components = 4; member in glcts::GeometryShaderClipping
DesextcGeometryShaderPrimitiveCounter.cpp1141 , m_texture_n_components(4) in GeometryShaderPrimitiveIDFromFragmentShader()
1283 static_cast<glw::GLuint>(m_n_drawn_vertices * m_texture_n_components * sizeof(glw::GLfloat)); in iterate()
1309 …byte* resultBuffer = new glw::GLubyte[m_texture_width * m_texture_height * m_texture_n_components]; in iterate()
1333 glw::GLubyte* data_row = resultBuffer + y * m_texture_width * m_texture_n_components; in iterate()
1338 glw::GLubyte* data = data_row + x * m_texture_n_components; in iterate()
DesextcGeometryShaderPrimitiveCounter.hpp247 const glw::GLuint m_texture_n_components; member in glcts::GeometryShaderPrimitiveIDFromFragmentShader
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp847 const unsigned int m_texture_n_components; member in gl4cts::TextureViewTestCoherency
918 const unsigned int m_texture_n_components; member in gl4cts::TextureViewTestBaseAndMaxLevels
Dgl4cTextureViewTests.cpp8031 , m_texture_n_components(4) in TextureViewTestCoherency()
8419 …gned char* data_ptr = new unsigned char[write_to_width * write_to_height * m_texture_n_components]; in checkProgramWriteCoherency()
8438 const unsigned char* row_ptr = data_ptr + y * m_texture_n_components * write_to_width; in checkProgramWriteCoherency()
8442 const unsigned char* texel_ptr = row_ptr + x * m_texture_n_components; in checkProgramWriteCoherency()
8615 …ed char* result = new unsigned char[m_texture_width * m_texture_height * m_texture_n_components]; in getHorizontalGradientData()
8617 const unsigned int texel_size = m_texture_n_components; in getHorizontalGradientData()
8701 unsigned char* result_ptr = new unsigned char[width * height * m_texture_n_components]; in getStaticColorTextureData()
8705 unsigned char* row_data_ptr = result_ptr + y * width * m_texture_n_components; in getStaticColorTextureData()
8709 unsigned char* pixel_data_ptr = row_data_ptr + x * m_texture_n_components; in getStaticColorTextureData()
9342 , m_texture_n_components(4) in TextureViewTestBaseAndMaxLevels()
[all …]