OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:genTextures
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp
196
void RenderEngine::
genTextures
(size_t count, uint32_t* names) {
/frameworks/native/opengl/tests/gl_perf/
fill_common.cpp
239
void
genTextures
() {
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
251
void FakeWebGraphicsContext3D::
genTextures
(WGC3Dsizei count, WebGLId* ids) {
test_web_graphics_context_3d.cc
199
void TestWebGraphicsContext3D::
genTextures
(WGC3Dsizei count, WebGLId* ids) {
256
genTextures
(1, &id);
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
368
virtual void
genTextures
(WGC3Dsizei count, WebGLId* ids) { }
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
251
virtual void
genTextures
(WGC3Dsizei count, WebGLId* ids)
Completed in 78 milliseconds