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

  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 290 GLint active_texture = 0; local
291 glGetIntegerv(GL_ACTIVE_TEXTURE, &active_texture);
292 EXPECT_EQ(GL_TEXTURE1 + x, active_texture);
320 GLint active_texture = 0; local
321 glGetIntegerv(GL_ACTIVE_TEXTURE, &active_texture);
322 EXPECT_EQ(GL_TEXTURE1, active_texture);
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 350 ADD_ARG_CASE1(active_texture, "Test cost of glActiveTexture() calls",
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 385 ADD_ARG_CASE1(active_texture, "Test cost of glActiveTexture() calls",
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.c 396 _mesa_error( ctx, GL_INVALID_OPERATION, "glMap2(ACTIVE_TEXTURE != 0)" );
490 _mesa_error( ctx, GL_INVALID_OPERATION, "glMap2(ACTIVE_TEXTURE != 0)" );
  /external/mesa3d/src/mesa/main/
eval.c 396 _mesa_error( ctx, GL_INVALID_OPERATION, "glMap2(ACTIVE_TEXTURE != 0)" );
490 _mesa_error( ctx, GL_INVALID_OPERATION, "glMap2(ACTIVE_TEXTURE != 0)" );
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 371 const GLenum ACTIVE_TEXTURE = 0x84E0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 3863 GLint active_texture; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 3863 GLint active_texture; local
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 762 GLenum active_texture() const { return active_texture_; } function in class:cc::__anon7300::TextureStateTrackingContext
    [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 383 milliseconds