HomeSort by relevance Sort by last modified time
    Searched defs:result_image (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderOutput.cpp 385 unsigned char result_image[TEXTURE_HEIGHT * TEXTURE_WIDTH * TEXTURE_PIXEL_SIZE]; local
403 gl.readPixels(0 /* x */, 0 /* y */, TEXTURE_WIDTH, TEXTURE_HEIGHT, GL_RGBA, GL_UNSIGNED_BYTE, result_image);
408 if (true == verifyResult(result_image, TEXTURE_WIDTH, TEXTURE_HEIGHT, TEXTURE_PIXEL_SIZE))
493 * @param result_image Image data
502 bool GeometryShaderIfVertexEmitIsDoneAtEndTest::verifyResult(const unsigned char* result_image, unsigned int width,
510 if (false == comparePixel(result_image, x, y, width, height, pixel_size))
542 * @param result_image Image data
550 bool GeometryShaderMissingEndPrimitiveCallTest::verifyResult(const unsigned char* result_image, unsigned int width,
560 if ((true == comparePixel(result_image, left, bottom, width, height, pixel_size, 255, 255, 255, 255)) &&
561 (true == comparePixel(result_image, left, top, width, height, pixel_size, 255, 255, 255, 255)) &
    [all...]
esextcGeometryShaderInput.cpp 979 unsigned char result_image[m_texture_width * m_texture_height * m_texture_pixel_size]; local
1250 unsigned char result_image[m_texture_width * m_texture_height * m_texture_pixel_size]; local
    [all...]
esextcGeometryShaderLimits.cpp 1880 const unsigned char* result_image = (const unsigned char*)data; local
2201 const unsigned char* result_image = (const unsigned char*)data; local
2507 const unsigned char* result_image = (const unsigned char*)data; local
3252 const unsigned char* result_image = (const unsigned char*)data; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 496 glw::GLuint result_image[m_width * m_height]; local
499 gl.getTexImage(GL_TEXTURE_2D, 0 /* level */, GL_RGBA, GL_UNSIGNED_BYTE, result_image);
507 const glw::GLuint pixel_data = result_image[i];
519 const glw::GLuint pixel_data = result_image[i];
    [all...]
gl3cTextureSwizzleTests.cpp 2589 glw::GLubyte result_image[m_output_width * m_output_height * 4 \/* channles *\/ * sizeof(glw::GLuint)]; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 1678 const T* result_image = (const T*)data; local
3672 std::vector<unsigned char> result_image; local
    [all...]

Completed in 3708 milliseconds