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

12

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h39 static void CompileShader(const gin::Arguments& arguments,
H A Dcontext.cc34 .SetMethod("compileShader", CompileShader)
58 void Context::CompileShader(const gin::Arguments& args, function in class:mojo::js::gl::Context
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittests.cc127 static GLuint CompileShader(GLenum type, const char *data) { function in namespace:gpu
180 GLuint vertex_shader = CompileShader(GL_VERTEX_SHADER, vs_source);
190 GLuint fragment_shader = CompileShader(GL_FRAGMENT_SHADER, fs_source);
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc109 GLuint CompileShader(GLenum type, const char* data) { function in namespace:__anon9079
346 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource);
350 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc110 GLuint CompileShader(GLenum type, const char* data) { function in namespace:__anon9100
349 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource);
353 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource);
/external/chromium_org/cc/output/
H A Dprogram_binding.cc90 context->CompileShader(shader);
/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.h34 OP(CompileShader) /* 277 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp89 GET_PROC(CompileShader);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp68 GR_GL_GET_PROC(CompileShader);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp89 GET_PROC(CompileShader);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp68 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.cpp68 GR_GL_GET_PROC(CompileShader);
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp149 WGL_SET_PROC(CompileShader);
/external/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp68 GR_GL_GET_PROC(CompileShader);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp149 WGL_SET_PROC(CompileShader);
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc411 gles2_if_->CompileShader(context, shader);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc186 void CompileShader(PP_Resource context_id, GLuint shader) { function in namespace:ppapi::__anon10227
189 ToGles2Impl(&enter)->CompileShader(shader);
1383 &CompileShader,
/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_cmd_helper_autogen.h178 void CompileShader(GLuint shader) { function
179 gles2::cmds::CompileShader* c = GetCmdSpace<gles2::cmds::CompileShader>();
H A Dgles2_implementation_unittest_autogen.h199 TEST_F(GLES2ImplementationTest, CompileShader) {
201 cmds::CompileShader cmd;
206 gl_->CompileShader(1);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc674 gles2_if_->CompileShader(context_->pp_resource(), shader);
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager_unittest.cc1710 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1);
1720 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(0);
1730 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1);

Completed in 245 milliseconds

12