Home
last modified time | relevance | path

Searched refs:kTextureHeight (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp34 constexpr int kTextureHeight = 768; in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
44 SkISize textureSize = { kTextureWidth, kTextureHeight }; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
179 size_t bufferSize = rowBytes*kTextureHeight; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
183 SkIRect srcRect = { 0, 0, kTextureWidth, kTextureHeight }; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateErrors.cpp125 constexpr deUint32 kTextureHeight = 256; in iterate() local
148 gl.texStorage2D(GL_TEXTURE_2D, 1, GL_R8UI, kTextureWidth, kTextureHeight); in iterate()
153 gl.texImage2D(GL_TEXTURE_2D, 0, GL_R8, kTextureWidth, kTextureHeight, 0, GL_RED, GL_UNSIGNED_BYTE, nullptr); in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp945 constexpr int kTextureWidth = 1, kTextureHeight = 2; in TEST_P() local
949 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32UI, kTextureWidth, kTextureHeight); in TEST_P()
950 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kTextureWidth, kTextureHeight, GL_RED_INTEGER, in TEST_P()
963 GLuint outputValues[kTextureWidth * kTextureHeight]; in TEST_P()
964 glReadPixels(0, 0, kTextureWidth, kTextureHeight, GL_RED_INTEGER, GL_UNSIGNED_INT, in TEST_P()
969 for (int i = 0; i < kTextureWidth * kTextureHeight; i++) in TEST_P()
1005 constexpr int kTextureWidth = 1, kTextureHeight = 2; in TEST_P() local
1009 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32UI, kTextureWidth, kTextureHeight); in TEST_P()
1010 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, kTextureWidth, kTextureHeight, GL_RED_INTEGER, in TEST_P()
1018 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32UI, kTextureWidth, kTextureHeight); in TEST_P()
[all...]
H A DMipmapTest.cpp581 constexpr uint32_t kTextureHeight = 2160; in TEST_P() local
583 const std::vector<GLColor> kInitialColor(kTextureWidth * kTextureHeight, in TEST_P()
588 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kTextureWidth, kTextureHeight, 0, GL_RGBA, in TEST_P()
599 verifyAllMips(kTextureWidth, kTextureHeight, kInitialColor[0]); in TEST_P()
612 constexpr uint32_t kTextureHeight = 43; in TEST_P() local
615 const std::vector<GLColor> kInitialColor(kTextureWidth * kTextureHeight, in TEST_P()
620 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kTextureWidth, kTextureHeight, 0, GL_RGBA, in TEST_P()
631 verifyAllMips(kTextureWidth, kTextureHeight, kInitialColor[0]); in TEST_P()
H A DRobustResourceInitTest.cpp702 constexpr GLint kTextureHeight = 2; in TEST_P() local
704 constexpr size_t kTextureDataSize = kTextureWidth * kTextureHeight * 4; in TEST_P()
711 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kTextureWidth, kTextureHeight, 0, GL_RGBA, in TEST_P()
721 glTexStorage3D(GL_TEXTURE_3D, 1, GL_RGBA8, kTextureWidth, kTextureHeight, kTextureDepth); in TEST_P()
722 glCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, kTextureLayer, 0, 0, kTextureWidth, kTextureHeight); in TEST_P()
726 glReadPixels(0, 0, kTextureWidth, kTextureHeight, GL_RGBA, GL_UNSIGNED_BYTE, pixels.data()); in TEST_P()
948 constexpr int kTextureHeight = 127; in TEST_P() local
953 glCopyTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, x, y, kTextureWidth, kTextureHeight, 0); in TEST_P()
H A DBufferDataTest.cpp1254 constexpr GLsizei kTextureHeight = 4; in TEST_P() local
1255 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, kTextureWidth, kTextureHeight, 0, GL_RGBA, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp1063 constexpr UINT kTextureHeight = 100; in TEST_P() local
1065 std::vector<Color<uint8_t>> textureData(kTextureWidth * kTextureHeight, kOpaqueBlack); in TEST_P()
1074 desc.Height = kTextureHeight; in TEST_P()
1091 kTextureHeight, in TEST_P()

Completed in 13 milliseconds