HomeSort by relevance Sort by last modified time
    Searched full:getattachedshaders (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_programs.cc 302 GetAttachedShaders cmd;
303 typedef GetAttachedShaders::Result Result;
306 EXPECT_CALL(*gl_, GetAttachedShaders(kServiceProgramId, 1, _, _)).WillOnce(
319 GetAttachedShaders cmd;
320 typedef GetAttachedShaders::Result Result;
323 EXPECT_CALL(*gl_, GetAttachedShaders(_, _, _, _)).Times(0);
332 GetAttachedShaders cmd;
333 typedef GetAttachedShaders::Result Result;
336 EXPECT_CALL(*gl_, GetAttachedShaders(_, _, _, _)).Times(0);
347 GetAttachedShaders cmd
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.h 85 void getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders);
Program.cpp 365 void Program::getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders)
ProgramBinary.h 138 void getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 343 "GetAttachedShaders",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 343 "GetAttachedShaders",
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 72 #define glGetAttachedShaders GLES2_GET_FUN(GetAttachedShaders)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 73 OP(GetAttachedShaders) /* 314 */ \
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 60 gl->getAttachedShaders = &glGetAttachedShaders;
glwFunctions.inl 126 glGetAttachedShadersFunc getAttachedShaders;
glwInitES20.inl 60 gl->getAttachedShaders = (glGetAttachedShadersFunc) loader->get("glGetAttachedShaders");
glwInitES30Direct.inl 60 gl->getAttachedShaders = &glGetAttachedShaders;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 60 dst->getAttachedShaders = src.getAttachedShaders;
  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation_impl_autogen.h 382 void GLES2TraceImplementation::GetAttachedShaders(GLuint program,
386 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetAttachedShaders");
387 gl_->GetAttachedShaders(program, maxcount, count, shaders);
    [all...]
gles2_cmd_helper_autogen.h 549 void GetAttachedShaders(GLuint program,
553 gles2::cmds::GetAttachedShaders* c =
554 GetCmdSpace<gles2::cmds::GetAttachedShaders>();
    [all...]
gles2_implementation_autogen.h 196 virtual void GetAttachedShaders(GLuint program,
gles2_interface_autogen.h 143 virtual void GetAttachedShaders(GLuint program,
gles2_interface_stub_autogen.h 143 virtual void GetAttachedShaders(GLuint program,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 545 void GetAttachedShaders(PP_Resource context_id,
552 ToGles2Impl(&enter)->GetAttachedShaders(program, maxcount, count, shaders);
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 190 virtual void getAttachedShaders(GLuint program,
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 212 GetAttachedShaders,
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 206 void (*GetAttachedShaders)(PP_Resource context,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 122 virtual void getAttachedShaders(WebGLId program, WGC3Dsizei maxCount, WGC3Dsizei* count, WebGLId* shaders) { }
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 535 void GetAttachedShaders(PP_Resource context_id,
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 393 DELEGATE_TO_GL_4(getAttachedShaders, GetAttachedShaders,
    [all...]

Completed in 478 milliseconds

1 2 3 4