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

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 25 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(index));
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 25 GR_GL_CALL(gpu->glInterface(), EnableVertexAttribArray(index));
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 751 cmds::EnableVertexAttribArray enable1;
752 cmds::EnableVertexAttribArray enable2;
800 gl_->EnableVertexAttribArray(kAttribIndex1);
801 gl_->EnableVertexAttribArray(kAttribIndex2);
817 cmds::EnableVertexAttribArray enable1;
818 cmds::EnableVertexAttribArray enable2;
869 gl_->EnableVertexAttribArray(kAttribIndex1);
870 gl_->EnableVertexAttribArray(kAttribIndex2);
890 cmds::EnableVertexAttribArray enable1;
891 cmds::EnableVertexAttribArray enable2
    [all...]
gles2_implementation.h 202 virtual void EnableVertexAttribArray(GLuint index) OVERRIDE;
gles2_interface_stub_impl_autogen.h 142 void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) {
gles2_implementation_unittest_autogen.h 389 TEST_F(GLES2ImplementationTest, EnableVertexAttribArray) {
391 cmds::EnableVertexAttribArray cmd;
396 gl_->EnableVertexAttribArray(1);
    [all...]
gles2_trace_implementation_impl_autogen.h 255 void GLES2TraceImplementation::EnableVertexAttribArray(GLuint index) {
256 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::EnableVertexAttribArray");
257 gl_->EnableVertexAttribArray(index);
    [all...]
gles2_interface_autogen.h 73 virtual void EnableVertexAttribArray(GLuint index) = 0;
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 75 GET_PROC(EnableVertexAttribArray);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 75 GET_PROC(EnableVertexAttribArray);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 68 OP(EnableVertexAttribArray) /* 311 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 107 GET_PROC(EnableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 86 GR_GL_GET_PROC(EnableVertexAttribArray);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 107 GET_PROC(EnableVertexAttribArray);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 86 GR_GL_GET_PROC(EnableVertexAttribArray);
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 396 gles2_if_->EnableVertexAttribArray(context, pos_location);
399 gles2_if_->EnableVertexAttribArray(context, tc_location);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 656 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), pos_location);
659 gles2_if_->EnableVertexAttribArray(context_->pp_resource(), tc_location);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 57 #define glEnableVertexAttribArray GLES2_GET_FUN(EnableVertexAttribArray)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 86 GR_GL_GET_PROC(EnableVertexAttribArray);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 152 WGL_SET_PROC(EnableVertexAttribArray);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 86 GR_GL_GET_PROC(EnableVertexAttribArray);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 152 WGL_SET_PROC(EnableVertexAttribArray);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 240 void EnableVertexAttribArray(PP_Resource context_id, GLuint index) {
241 GetGLES(context_id)->EnableVertexAttribArray(index);
889 &EnableVertexAttribArray,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.cc 128 EXPECT_CALL(*gl_, EnableVertexAttribArray(0))
985 EXPECT_CALL(*gl_, EnableVertexAttribArray(attrib))
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 761 EXPECT_CALL(*gl_, EnableVertexAttribArray(1));
762 SpecializedSetup<cmds::EnableVertexAttribArray, 0>(true);
763 cmds::EnableVertexAttribArray cmd;
    [all...]

Completed in 738 milliseconds

1 2