Home
last modified time | relevance | path

Searched defs:result_image (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp385 unsigned char result_image[TEXTURE_HEIGHT * TEXTURE_WIDTH * TEXTURE_PIXEL_SIZE]; in iterate() local
502 bool GeometryShaderIfVertexEmitIsDoneAtEndTest::verifyResult(const unsigned char *result_image, uns… in verifyResult()
550 bool GeometryShaderMissingEndPrimitiveCallTest::verifyResult(const unsigned char *result_image, uns… in verifyResult()
616 …haderMissingEndPrimitiveCallForSinglePrimitiveTest::verifyResult(const unsigned char *result_image, in verifyResult()
H A DesextcGeometryShaderLimits.cpp1137 …std::vector<unsigned char> result_image(m_texture_width * m_texture_height * m_texture_pixel_size); in iterate() local
1883 const unsigned char *result_image = (const unsigned char *)data; in verifyResult() local
2206 const unsigned char *result_image = (const unsigned char *)data; in verifyResult() local
2512 const unsigned char *result_image = (const unsigned char *)data; in verifyResult() local
2691 …std::vector<unsigned char> result_image(m_texture_width * m_texture_height * m_texture_pixel_size); in iterate() local
2852 …eometryShaderMaxInvocationsTest::verifyResultOfMultipleInvocationsPass(unsigned char *result_image) in verifyResultOfMultipleInvocationsPass()
2914 …l GeometryShaderMaxInvocationsTest::verifyResultOfSingleInvocationPass(unsigned char *result_image) in verifyResultOfSingleInvocationPass()
3260 const unsigned char *result_image = (const unsigned char *)data; in verifyResult() local
H A DesextcGeometryShaderInput.cpp982 unsigned char result_image[m_texture_width * m_texture_height * m_texture_pixel_size]; in iterate() local
1253 unsigned char result_image[m_texture_width * m_texture_height * m_texture_pixel_size]; in iterate() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp506 glw::GLuint result_image[m_width * m_height]; in verifyImage() local
H A Dgl3cTextureSwizzleTests.cpp2597 …glw::GLubyte result_image[m_output_width * m_output_height * 4 /* channles */ * sizeof(glw::GLuint… in captureAndVerify() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1675 const T *result_image = (const T *)data; in verifyResultImage() local
3667 std::vector<unsigned char> result_image; local