HomeSort by relevance Sort by last modified time
    Searched refs:DisableVertexAttribArray (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
GrGLAssembleInterface.cpp 101 GET_PROC(DisableVertexAttribArray);
349 GET_PROC(DisableVertexAttribArray);
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 57 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i));
GrGLAssembleInterface.cpp 80 GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 56 OP(DisableVertexAttribArray) /* 297 */ \
gles2_cmd_format_test_autogen.h 622 TEST_F(GLES2FormatTest, DisableVertexAttribArray) {
623 cmds::DisableVertexAttribArray& cmd =
624 *GetBufferAs<cmds::DisableVertexAttribArray>();
626 EXPECT_EQ(static_cast<uint32_t>(cmds::DisableVertexAttribArray::kCmdId),
    [all...]
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 71 GET_PROC(DisableVertexAttribArray);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 55 #define glDisableVertexAttribArray GLES2_GET_FUN(DisableVertexAttribArray)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 390 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) {
393 ToGles2Impl(&enter)->DisableVertexAttribArray(index);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 215 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_interface_stub_impl_autogen.h 157 void GLES2InterfaceStub::DisableVertexAttribArray(GLuint /* index */) {
    [all...]
gles2_cmd_helper_autogen.h 398 void DisableVertexAttribArray(GLuint index) {
399 gles2::cmds::DisableVertexAttribArray* c =
400 GetCmdSpace<gles2::cmds::DisableVertexAttribArray>();
    [all...]
gles2_implementation_unittest_autogen.h 373 TEST_F(GLES2ImplementationTest, DisableVertexAttribArray) {
375 cmds::DisableVertexAttribArray cmd;
380 gl_->DisableVertexAttribArray(1);
    [all...]
gles2_trace_implementation_impl_autogen.h 269 void GLES2TraceImplementation::DisableVertexAttribArray(GLuint index) {
270 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DisableVertexAttribArray");
271 gl_->DisableVertexAttribArray(index);
    [all...]
gles2_interface_autogen.h 104 virtual void DisableVertexAttribArray(GLuint index) = 0;
gles2_interface_stub_autogen.h 104 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_trace_implementation_autogen.h 104 virtual void DisableVertexAttribArray(GLuint index) OVERRIDE;
gles2_c_lib_autogen.h 184 gles2::GetGLContext()->DisableVertexAttribArray(index);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 383 void DisableVertexAttribArray(PP_Resource context_id, GLuint index) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 151 VISIT_GL_CALL(DisableVertexAttribArray, void, (GLuint index), (index))
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 203 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index);
662 void (*DisableVertexAttribArray)(PP_Resource context, GLuint index);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 266 glGetInterfacePPAPI()->DisableVertexAttribArray(glGetCurrentContextPPAPI(),
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 529 #define glDisableVertexAttribArray GLES2_GET_FUN(DisableVertexAttribArray)
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 299 DELEGATE_TO_GL_1(disableVertexAttribArray, DisableVertexAttribArray,
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 599 EXPECT_CALL(*gl_, DisableVertexAttribArray(1));
600 SpecializedSetup<cmds::DisableVertexAttribArray, 0>(true);
601 cmds::DisableVertexAttribArray cmd;
    [all...]

Completed in 923 milliseconds

1 2