HomeSort by relevance Sort by last modified time
    Searched refs:IsTexture (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_autogen.h 200 virtual GLboolean IsTexture(GLuint texture) = 0;
gles2_interface_stub_autogen.h 210 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
gles2_trace_implementation_autogen.h 210 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
gles2_c_lib_autogen.h 376 return gles2::GetGLContext()->IsTexture(texture);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h     [all...]
gles2_cmd_decoder_unittest.cc 379 TEST_P(GLES2DecoderTest, IsTexture) {
    [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 298 GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 563 STDMETHOD_(WINBOOL, IsTexture)(THIS) PURE;
592 STDMETHOD_(WINBOOL, IsTexture)(THIS) PURE;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 86 EXPECT_TRUE(texture_mailbox.IsTexture());
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 554 return glGetInterfacePPAPI()->IsTexture(glGetCurrentContextPPAPI(), texture);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 577 #define glIsTexture GLES2_GET_FUN(IsTexture)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 896 { "glIsTexture", _O(IsTexture) },
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 558 DELEGATE_TO_GL_1RB(isTexture, IsTexture, WebGLId, WGC3Dboolean)
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 896 { "glIsTexture", _O(IsTexture) },
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
gles2_cmd_format_test_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 373 GLboolean (GLAPIENTRYP IsTexture)(GLuint texture); /* 330 */
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 526 milliseconds

12 3