HomeSort by relevance Sort by last modified time
    Searched refs:m_to_width (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderTextureImageSamplesTests.hpp 89 const unsigned int m_to_width; member in class:glcts::ShaderTextureImageSamplesTestBase
gl4cShaderTextureImageSamplesTests.cpp 60 , m_to_width(8)
498 m_to_width, m_to_height, GL_FALSE); /* fixedsamplelocations */
506 m_to_width, m_to_height, m_to_depth, GL_TRUE); /* fixedsamplelocations */
gl3cCullDistanceTests.hpp 201 const glw::GLuint m_to_width; member in class:glcts::CullDistance::FunctionalTest
gl4cPipelineStatisticsQueryTests.hpp 444 const unsigned int m_to_width; member in class:glcts::PipelineStatisticsQueryTestFunctionalBase
522 const glw::GLuint m_to_width; member in class:glcts::PipelineStatisticsQueryTestFunctional2
gl4cSparseBufferTests.cpp     [all...]
gl3cCullDistanceTests.cpp     [all...]
gl4cSparseBufferTests.hpp 271 const unsigned int m_to_width; member in class:gl4cts::BufferTextureStorageTestCase
599 const unsigned int m_to_width; member in class:gl4cts::PixelUnpackBufferStorageTestCase
725 const unsigned int m_to_width; member in class:gl4cts::QuadsBufferStorageTestCase
    [all...]
gl4cPipelineStatisticsQueryTests.cpp     [all...]
gl4cShaderSubroutineTests.hpp 779 const unsigned int m_to_width; member in class:gl4cts::ShaderSubroutine::FunctionalTest13
982 const unsigned int m_to_width; member in class:gl4cts::ShaderSubroutine::FunctionalTest17
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]
gl4cGPUShaderFP64Tests.hpp 1293 unsigned int m_to_width; member in class:gl4cts::GPUShaderFP64Test7
    [all...]
gl4cGPUShaderFP64Tests.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.hpp 285 const unsigned int m_to_width; member in class:glcts::DrawElementsBaseVertexTestBase
    [all...]
esextcDrawElementsBaseVertexTests.cpp 86 , m_to_width(128)
370 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_base_data);
377 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, m_to_ref_data);
384 const unsigned int n_texels = m_to_width * m_to_height;
407 const unsigned int y = n_texel / m_to_width;
408 const unsigned int x = n_texel % m_to_width;
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAPI.hpp 90 static const unsigned int m_to_width; member in class:glcts::GeometryShaderCreateShaderProgramvTest
    [all...]
esextcGeometryShaderAPI.cpp 114 const unsigned int GeometryShaderCreateShaderProgramvTest::m_to_width = 4; member in class:glcts::GeometryShaderCreateShaderProgramvTest
214 GL_RGBA8, m_to_width, m_to_height);
227 m_to_width, m_to_height);
372 unsigned char result_data[m_to_width * m_to_height * 4 /* rgba */];
376 m_to_width, m_to_height, GL_RGBA, GL_UNSIGNED_BYTE, result_data);
383 for (unsigned int x = 0; x < m_to_width; ++x)
    [all...]

Completed in 312 milliseconds