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

  /external/chromium_org/third_party/angle/tests/angle_tests/
IncompleteTextureTest.cpp 63 void fillTextureData(std::vector<GLubyte> &buffer, GLubyte r, GLubyte g, GLubyte b, GLubyte a)
92 fillTextureData(textureData, 255, 0, 0, 255);
126 fillTextureData(redTextureData, 255, 0, 0, 255);
142 fillTextureData(greenTextureData, 0, 255, 0, 255);
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 410 static void fillTextureData (const tcu::PixelBufferAccess& access, de::Random& rnd)
466 fillTextureData(refTexAccess, rnd);
    [all...]

Completed in 332 milliseconds