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

  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5ImagesArrayIndexing.cpp 55 , m_texture_height(0)
82 gl.getIntegeri_v(GL_MAX_COMPUTE_WORK_GROUP_SIZE, 1, &m_texture_height);
88 if (m_texture_width * m_texture_height > max_compute_work_group_invocations_value)
90 m_texture_width = (max_compute_work_group_invocations_value / m_texture_height);
100 local_size_y_stringstream << m_texture_height; local
126 glw::GLuint dataSize = m_texture_width * m_texture_height * m_texture_n_components;
144 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_R32UI, m_texture_width, m_texture_height);
147 m_texture_height, GL_RED_INTEGER, GL_UNSIGNED_INT, &m_data_buffer[index * dataSize]);
196 gl.viewport(0, 0, m_texture_width, m_texture_height);
200 const glw::GLuint dataSize = m_texture_width * m_texture_height * m_texture_n_components * 4
    [all...]
esextcGPUShader5ImagesArrayIndexing.hpp 120 glw::GLint m_texture_height; member in class:glcts::GPUShader5ImagesArrayIndexing
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderClipping.hpp 83 static const int m_texture_height = 4; member in class:glcts::GeometryShaderClipping
esextcGeometryShaderClipping.cpp 161 unsigned char buffer[m_texture_width * m_texture_height * m_texture_n_components];
187 gl.texStorage2D(GL_TEXTURE_2D, m_texture_n_levels, GL_RGBA8, m_texture_width, m_texture_height);
205 gl.viewport(0 /* x */, 0 /* y */, m_texture_width /* width */, m_texture_height /* height */);
217 gl.readPixels(0 /* x */, 0 /* y */, m_texture_height /* width */, m_texture_width /* height */, GL_RGBA,
223 for (int y = 0; y < m_texture_height; ++y)
esextcGeometryShaderLimits.cpp 743 const unsigned int GeometryShaderMaxOutputComponentsTest::m_texture_height = m_point_size; member in class:glcts::GeometryShaderMaxOutputComponentsTest
748 const unsigned int GeometryShaderMaxOutputComponentsSinglePointTest::m_texture_height = m_point_size; member in class:glcts::GeometryShaderMaxOutputComponentsSinglePointTest
754 const unsigned int GeometryShaderMaxTextureUnitsTest::m_texture_height = m_point_size; member in class:glcts::GeometryShaderMaxTextureUnitsTest
759 const unsigned int GeometryShaderMaxInvocationsTest::m_texture_height = m_triangle_edge_length; member in class:glcts::GeometryShaderMaxInvocationsTest
764 const unsigned int GeometryShaderMaxCombinedTextureUnitsTest::m_texture_height = m_point_size; member in class:glcts::GeometryShaderMaxCombinedTextureUnitsTest
    [all...]
esextcGeometryShaderInput.hpp 305 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShader_gl_PointSize_ValueTest
372 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShader_gl_Position_ValueTest
esextcGeometryShaderInput.cpp 289 const glw::GLuint GeometryShader_gl_PointSize_ValueTest::m_texture_height = 16; member in class:glcts::GeometryShader_gl_PointSize_ValueTest
294 const glw::GLuint GeometryShader_gl_Position_ValueTest::m_texture_height = 64; member in class:glcts::GeometryShader_gl_Position_ValueTest
960 m_texture_width, m_texture_height))
980 unsigned char result_image[m_texture_width * m_texture_height * m_texture_pixel_size];
    [all...]
esextcGeometryShaderLimits.hpp 176 glw::GLuint m_texture_height; member in class:glcts::GeometryShaderLimitsRenderingBase
557 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderMaxOutputComponentsTest
689 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderMaxOutputComponentsSinglePointTest
820 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderMaxTextureUnitsTest
957 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderMaxInvocationsTest
1123 static const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderMaxCombinedTextureUnitsTest
    [all...]
esextcGeometryShaderPrimitiveCounter.hpp 246 const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderPrimitiveIDFromFragmentShader
esextcGeometryShaderPrimitiveCounter.cpp     [all...]
esextcGeometryShaderAPI.hpp 857 const glw::GLuint m_texture_height; member in class:glcts::GeometryShaderInsufficientEmittedVerticesTest
    [all...]
esextcGeometryShaderAPI.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayFBOIncompleteness.hpp 83 static const glw::GLint m_texture_height = 1; member in class:glcts::TextureCubeMapArrayFBOIncompleteness
esextcTextureCubeMapArrayFBOIncompleteness.cpp 178 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture_levels, GL_RGBA8, m_texture_width, m_texture_height,
241 gl.texStorage3D(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture_levels, GL_RGBA8, m_texture_width, m_texture_height,
264 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, m_texture_levels, GL_RGBA8, m_texture_width, m_texture_height,
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureViewTests.hpp 702 const unsigned int m_texture_height; member in class:gl4cts::TextureViewTestViewClasses
846 const unsigned int m_texture_height; member in class:gl4cts::TextureViewTestCoherency
917 const unsigned int m_texture_height; member in class:gl4cts::TextureViewTestBaseAndMaxLevels
1020 const glw::GLuint m_texture_height; member in class:gl4cts::TextureViewTestReferenceCounting
    [all...]
gl4cTextureViewTests.cpp     [all...]
gl4cShaderSubroutineTests.cpp 5363 const GLuint FunctionalTest11::m_texture_height = 32; member in class:gl4cts::ShaderSubroutine::FunctionalTest11
5844 const glw::GLuint FunctionalTest12::m_texture_height = 16; member in class:gl4cts::ShaderSubroutine::FunctionalTest12
    [all...]
gl4cShaderSubroutineTests.hpp 687 static const glw::GLuint m_texture_height; member in class:gl4cts::ShaderSubroutine::FunctionalTest11
733 static const glw::GLuint m_texture_height; member in class:gl4cts::ShaderSubroutine::FunctionalTest12
    [all...]
gl4cGPUShaderFP64Tests.hpp 529 static const glw::GLuint m_texture_height; member in class:gl4cts::GPUShaderFP64Test2
    [all...]
gl4cGPUShaderFP64Tests.cpp 3247 const glw::GLuint GPUShaderFP64Test2::m_texture_height = m_n_captured_results \/ m_texture_width; member in class:gl4cts::GPUShaderFP64Test2
    [all...]

Completed in 189 milliseconds