Home
last modified time | relevance | path

Searched defs:useTexture (Results 1 – 8 of 8) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGrid.java205 public static void beginDrawing(GL10 gl, boolean useTexture) { in beginDrawing()
217 public void beginDrawingStrips(GL10 gl, boolean useTexture) { in beginDrawingStrips()
240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) { in drawStrip()
256 public void draw(GL10 gl, boolean useTexture) { in draw()
/external/skia/gm/
Dimage_pict.cpp261 ImageCacheratorGM(const char suffix[], FactoryFunc factory, bool useTexture) : in ImageCacheratorGM()
/external/angle/src/tests/egl_tests/
DEGLProtectedContentTest.cpp300 bool useTexture, in createAndroidClientBuffer()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp219 bool RenderCase::drawTestPattern(bool useTexture) in drawTestPattern()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp89 bool useTexture; member
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp222 bool RenderCase::drawTestPattern(bool useTexture) in drawTestPattern()
/external/angle/src/tests/gl_tests/
DVulkanExternalImageTest.cpp1421 std::function<GLenum(GLuint)> useTexture, in RunUninitializedOnGLImportTest()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp4091 bool useTexture = false; in createTestingOnlyBackendRenderTarget() local