Searched refs:IsTexture (Results 26 - 50 of 50) sorted by path

12

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h104 OP(IsTexture) /* 345 */ \
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc86 virtual bool IsTexture(
197 virtual bool IsTexture(TextureRef* texture) const OVERRIDE {
611 if (attachment->IsTexture(texture_ref)) {
H A Dframebuffer_manager.h43 virtual bool IsTexture(TextureRef* texture) const = 0;
H A Dgles2_cmd_decoder_autogen.h1520 const gles2::cmds::IsTexture& c =
1521 *static_cast<const gles2::cmds::IsTexture*>(cmd_data);
1524 typedef cmds::IsTexture::Result Result;
H A Dgles2_cmd_decoder_unittest.cc379 TEST_P(GLES2DecoderTest, IsTexture) {
H A Dgles2_cmd_decoder_unittest_1_autogen.h1857 SpecializedSetup<cmds::IsTexture, 0>(true);
1858 cmds::IsTexture cmd;
1865 SpecializedSetup<cmds::IsTexture, 0>(false);
1866 cmds::IsTexture cmd;
H A Dgles2_cmd_decoder_unittest_base.cc989 return IsObjectHelper<cmds::IsTexture, cmds::IsTexture::Result>(client_id);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc833 GLboolean IsTexture(PP_Resource context_id, GLuint texture) { function in namespace:mojo::examples::__anon8751
1422 &IsShader, &IsTexture,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h311 VISIT_GL_CALL(IsTexture, GLboolean, (GLuint texture), (texture))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h344 GLboolean (*IsTexture)(PP_Resource context, GLuint texture); member in struct:PPB_OpenGLES2_1_0
803 GLboolean (*IsTexture)(PP_Resource context, GLuint texture); member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c554 return glGetInterfacePPAPI()->IsTexture(glGetCurrentContextPPAPI(), texture);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h577 #define glIsTexture GLES2_GET_FUN(IsTexture)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc845 GLboolean IsTexture(PP_Resource context_id, GLuint texture) { function in namespace:ppapi::__anon10171
848 return ToGles2Impl(&enter)->IsTexture(texture);
1654 &IsShader, &IsTexture,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h373 GLboolean (GLAPIENTRYP IsTexture)(GLuint texture); /* 330 */
H A Dglapitemp.h2102 KEYWORD1 GLboolean KEYWORD2 NAME(IsTexture)(GLuint texture) function
2105 RETURN_DISPATCH(IsTexture, (texture), (F, "glIsTexture(%d);\n", texture));
8042 RETURN_DISPATCH(IsTexture, (texture), (F, "glIsTextureEXT(%d);\n", texture));
8518 TABLE_ENTRY(IsTexture),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_gentable.c2505 if(!disp->IsTexture) {
2506 void ** procp = (void **) &disp->IsTexture;
2512 if(!disp->IsTexture) {
2513 void ** procp = (void **) &disp->IsTexture;
H A Dglapi_mapi_tmp.h364 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture);
3800 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture) function
11426 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture))"\n"
11431 ".set "GLAPI_PREFIX_STR(IsTextureEXT)", "GLAPI_PREFIX_STR(IsTexture)"\n"
H A Dglapi_x86-64.S11965 .globl GL_PREFIX(IsTexture)
11966 .type GL_PREFIX(IsTexture), @function
11967 GL_PREFIX(IsTexture):
11991 .size GL_PREFIX(IsTexture), .-GL_PREFIX(IsTexture)
37146 .globl GL_PREFIX(IsTextureEXT) ; .set GL_PREFIX(IsTextureEXT), GL_PREFIX(IsTexture)
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h977 #define glIsTexture MANGLE(IsTexture)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h380 GLboolean (GLAPIENTRY * IsTexture)(GLuint); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp896 { "glIsTexture", _O(IsTexture) },
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc559 DELEGATE_TO_GL_1RB(isTexture, IsTexture, WebGLId, WGC3Dboolean)
/external/mesa3d/include/GL/
H A Dgl_mangle.h977 #define glIsTexture MANGLE(IsTexture)
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h380 GLboolean (GLAPIENTRY * IsTexture)(GLuint); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp896 { "glIsTexture", _O(IsTexture) },

Completed in 1191 milliseconds

12