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

  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 239 void genTextures() {
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 241 void RenderEngine::genTextures(size_t count, uint32_t* names) {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 174 void TestWebGraphicsContext3D::genTextures(GLsizei count, GLuint* ids) {
231 genTextures(1, &id);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 674 void ReferenceContext::genTextures (int numTextures, deUint32* textures)
    [all...]
sglrGLContext.cpp 180 void GLContext::genTextures (int numTextures, deUint32* textures)
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 355 virtual void genTextures(WGC3Dsizei count, WebGLId* ids) { }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 249 virtual void genTextures(WGC3Dsizei count, WebGLId* ids)

Completed in 209 milliseconds