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

  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 127 static GLuint CreateTexture(GLenum target) {
142 texture_ = CreateTexture(target);
210 texture_ = CreateTexture(target);
  /external/chromium_org/ppapi/tests/
test_compositor.cc 119 VERIFY(CreateTexture(&texture));
199 VERIFY(CreateTexture(&texture));
264 VERIFY(CreateTexture(&texture));
347 VERIFY(CreateTexture(&texture));
394 std::string TestCompositor::CreateTexture(uint32_t* texture) {
  /external/chromium_org/cc/resources/
prioritized_resource_manager.h 42 scoped_ptr<PrioritizedResource> CreateTexture(
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 47 Texture* CreateTexture() {
99 Texture* texture = CreateTexture();
118 Texture* texture = CreateTexture();
146 Texture* texture1 = CreateTexture();
147 Texture* texture2 = CreateTexture();
168 Texture* texture1 = CreateTexture();
169 Texture* texture2 = CreateTexture();
212 Texture* texture = CreateTexture();
texture_definition.cc 335 Texture* TextureDefinition::CreateTexture() const {
texture_manager.cc     [all...]
gles2_cmd_decoder.cc 820 TextureRef* CreateTexture(
822 return texture_manager()->CreateTexture(client_id, service_id);
    [all...]
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 326 void RenderingHelper::CreateTexture(uint32 texture_target,
332 base::Bind(&RenderingHelper::CreateTexture,
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
294 GLuint MediaStreamVideoDemoInstance::CreateTexture(
405 texture_y_ = CreateTexture(width, height, 0, false);
407 texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
408 texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
409 texture_rgb_ = CreateTexture(width, height, 3, true);
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 74 GLuint CreateTexture(int32_t width, int32_t height, int unit, bool rgba);
294 GLuint MediaStreamVideoDemoInstance::CreateTexture(
405 texture_y_ = CreateTexture(width, height, 0, false);
407 texture_u_ = CreateTexture(width / 2, height / 2, 1, false);
408 texture_v_ = CreateTexture(width / 2, height / 2, 2, false);
409 texture_rgb_ = CreateTexture(width, height, 3, true);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 122 GLuint CreateTexture(int32_t width, int32_t height, int unit);
293 GLuint VCDemoInstance::CreateTexture(int32_t width, int32_t height, int unit) {
419 texture_y_ = CreateTexture(width, height, 0);
423 texture_u_ = CreateTexture(width, height, 1);
424 texture_v_ = CreateTexture(width, height, 2);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 136 GLuint CreateTexture(int32_t width, int32_t height, GLenum texture_target);
379 info.buffer.texture_id = gles2_->CreateTexture(
539 GLuint VideoDecodeDemoInstance::CreateTexture(int32_t width,
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 906 class CreateTexture : public Operation
909 CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync);
916 CreateTexture::CreateTexture (SharedPtr<Texture>& texture, bool useSync, bool serverSync)
917 : Operation ("CreateTexture", useSync, serverSync)
923 void CreateTexture::exec (tcu::ThreadUtil::Thread& thread)
    [all...]

Completed in 311 milliseconds