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

  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 80 static GLuint createTexture2D (const glw::Functions& gl);
139 static GLuint createTexture2D (const glw::Functions& gl, int id);
glsSamplerObjectTest.cpp 379 GLuint TextureSamplerTest::createTexture2D (const glw::Functions& gl)
473 return createTexture2D(gl);
876 GLuint MultiTextureSamplerTest::createTexture2D (const glw::Functions& gl, int id)
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 146 mTextureId = createTexture2D();
346 private int createTexture2D() {

Completed in 577 milliseconds