HomeSort by relevance Sort by last modified time
    Searched refs:useProgram (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 110 // useProgram lookup a suitable program in the cache or generates one
112 void useProgram(const Description& description);
ProgramCache.cpp 195 void ProgramCache::useProgram(const Description& description) {
GLES20RenderEngine.cpp 188 ProgramCache::getInstance().useProgram(mState);
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrDebugGL.h 79 void useProgram(GrProgramObj *program);
GrDebugGL.cpp 185 void GrDebugGL::useProgram(GrProgramObj *program) {
GrGLCreateDebugInterface.cpp 206 GrDebugGL::getInstance()->useProgram(program);
    [all...]
  /external/skia/src/gpu/gl/debug/
GrDebugGL.h 79 void useProgram(GrProgramObj *program);
GrDebugGL.cpp 185 void GrDebugGL::useProgram(GrProgramObj *program) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 318 useProgram();
325 useProgram();
333 useProgram();
362 useProgram();
587 useProgram();
675 private void useProgram() {
  /external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc 315 void FakeWebGraphicsContext3D::useProgram(WebGLId program) {
test_gles2_interface.cc 115 void TestGLES2Interface::UseProgram(GLuint program) {
116 test_context_->useProgram(program);
test_web_graphics_context_3d.h 75 virtual void useProgram(blink::WebGLId program);
fake_web_graphics_context_3d.h 484 virtual void useProgram(blink::WebGLId program);
test_web_graphics_context_3d.cc 313 void TestWebGraphicsContext3D::useProgram(WebGLId program) {
317 ADD_FAILURE() << "useProgram called on unknown program " << program;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterRenderer.cpp 229 m_context->useProgram(m_compiledProgram->program());
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 308 void useProgram(GLuint program);
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 42 // UseProgram() with the right parameters. Note that |context_|
57 // UseProgram must be called with GL_TEXTURE_2D bound to the
60 void UseProgram(const gfx::Size& src_size,
205 shader_program_->UseProgram(spec_.src_size,
    [all...]
webgraphicscontext3d_command_buffer_impl.h 432 virtual void useProgram(WebGLId program);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h 340 void useProgram(Platform3DObject);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 437 m_context->useProgram(m_scene.program);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h 221 virtual void useProgram(WebGLId program) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 348 virtual void useProgram(WebGLId program) = 0;
  /frameworks/base/libs/hwui/
OpenGLRenderer.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 279 void useProgram(WebGLProgram*);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 373 virtual void useProgram(WebGLId program);

Completed in 210 milliseconds

1 2