Searched refs:CompileShader (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp57 GET_PROC(CompileShader);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp57 GET_PROC(CompileShader);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h37 OP(CompileShader) /* 280 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp88 GET_PROC(CompileShader);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp67 GR_GL_GET_PROC(CompileShader);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp88 GET_PROC(CompileShader);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp67 GR_GL_GET_PROC(CompileShader);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h34 #define glCompileShader GLES2_GET_FUN(CompileShader)
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp67 GR_GL_GET_PROC(CompileShader);
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp142 WGL_SET_PROC(CompileShader);
/external/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp67 GR_GL_GET_PROC(CompileShader);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp142 WGL_SET_PROC(CompileShader);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc122 void CompileShader(PP_Resource context_id, GLuint shader) { function in namespace:ppapi::__anon9519
123 GetGLES(context_id)->CompileShader(shader);
866 &CompileShader,
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc411 gles2_if_->CompileShader(context, shader);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager_unittest.cc1306 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1);
1316 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(0);
1326 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h73 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation_unittest_autogen.h199 TEST_F(GLES2ImplementationTest, CompileShader) {
201 cmds::CompileShader cmd;
206 gl_->CompileShader(1);
H A Dgles2_trace_implementation_impl_autogen.h123 void GLES2TraceImplementation::CompileShader(GLuint shader) { function in class:GLES2TraceImplementation
124 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CompileShader");
125 gl_->CompileShader(shader);
H A Dgles2_implementation_autogen.h62 virtual void CompileShader(GLuint shader) OVERRIDE;
H A Dgles2_interface_autogen.h41 virtual void CompileShader(GLuint shader) = 0;
H A Dgles2_interface_stub_autogen.h41 virtual void CompileShader(GLuint shader) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h41 virtual void CompileShader(GLuint shader) OVERRIDE;
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc673 gles2_if_->CompileShader(context_->pp_resource(), shader);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h75 void (*CompileShader)(PP_Resource context, GLuint shader); member in struct:PPB_OpenGLES2
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgram.cpp339 SK_TRACE_EVENT1("GrGLProgram::CompileShader",
351 GR_GL_CALL(gli, CompileShader(shader));

Completed in 107 milliseconds

12