Home
last modified time | relevance | path

Searched refs:CompileShader (Results 1 – 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/angle/util/
Dshader_utils.cpp33 GLuint CompileShader(GLenum type, const std::string &source) in CompileShader() function
69 return CompileShader(type, source); in CompileShaderFromFile()
76 GLuint vs = CompileShader(GL_VERTEX_SHADER, vsSource); in CompileProgram()
77 GLuint fs = CompileShader(GL_FRAGMENT_SHADER, fsSource); in CompileProgram()
Dshader_utils.h23 GLuint CompileShader(GLenum type, const std::string &source);
/external/chromium_org/gpu/command_buffer/tests/
Dgl_readback_unittest.cc127 static GLuint CompileShader(GLenum type, const char *data) { in CompileShader() function
180 GLuint vertex_shader = CompileShader(GL_VERTEX_SHADER, vs_source); in TEST_F()
190 GLuint fragment_shader = CompileShader(GL_FRAGMENT_SHADER, fs_source); in TEST_F()
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
Dcube.cc110 GLuint CompileShader(GLenum type, const char* data) { in CompileShader() function
349 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource); in InitShaders()
353 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource); in InitShaders()
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
Dgraphics_3d.cc109 GLuint CompileShader(GLenum type, const char* data) { in CompileShader() function
349 frag_shader_ = CompileShader(GL_FRAGMENT_SHADER, kFragShaderSource); in InitShaders()
353 vertex_shader_ = CompileShader(GL_VERTEX_SHADER, kVertexShaderSource); in InitShaders()
/external/chromium_org/mojo/apps/js/bindings/gl/
Dcontext.cc50 void Context::CompileShader(const gin::Arguments& args, GLuint shader) { in CompileShader() function in mojo::js::gl::Context
132 .SetMethod("compileShader", CompileShader) in GetObjectTemplateBuilder()
Dcontext.h41 static void CompileShader(const gin::Arguments& args, GLuint shader);
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_copy_texture_chromium.cc173 void CompileShader(GLuint shader, const char* shader_source) { in CompileShader() function
403 CompileShader(*vertex_shader, vertex_shader_source[vertex_shader_id]); in DoCopyTextureWithTransform()
409 CompileShader(*fragment_shader, in DoCopyTextureWithTransform()
Dgles2_cmd_decoder_unittest_programs.cc638 CompileShader compile_cmd; in TEST_P()
641 EXPECT_CALL(*gl_, CompileShader(kServiceShaderId)); in TEST_P()
673 EXPECT_CALL(*gl_, CompileShader(kServiceShaderId)); in TEST_P()
677 CompileShader cmd; in TEST_P()
683 CompileShader cmd; in TEST_P()
Dprogram_manager_unittest.cc1653 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1); in SetExpectationsForSuccessCompile()
1663 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(0); in SetExpectationsForNoCompile()
1673 EXPECT_CALL(*gl_.get(), CompileShader(shader_id)).Times(1); in SetExpectationsForErrorCompile()
/external/chromium_org/third_party/angle/extensions/
DANGLE_translated_shader_source.txt77 been defined, CompileShader has not been called, or the translation has
99 If no source has been defined, CompileShader has not been called, or the
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp43 GR_GL_CALL(gli, CompileShader(shaderId)); in GrGLCompileAndAttachShader()
/external/chromium_org/cc/output/
Dprogram_binding.cc89 context->CompileShader(shader); in LoadShader()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp56 GET_PROC(CompileShader); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp87 GET_PROC(CompileShader); in GrGLAssembleGLInterface()
335 GET_PROC(CompileShader); in GrGLAssembleGLESInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h35 OP(CompileShader) /* 276 */ \
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp66 GET_PROC(CompileShader); in GrGLAssembleGLInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h36 #define glCompileShader GLES2_GET_FUN(CompileShader)
/external/chromium_org/ppapi/examples/video_capture/
Dvideo_capture.cc411 gles2_if_->CompileShader(context, shader); in CreateShader()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc205 void CompileShader(PP_Resource context_id, GLuint shader) { in CompileShader() function
208 ToGles2Impl(&enter)->CompileShader(shader); in CompileShader()
1621 &CompileShader, &CompressedTexImage2D, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h81 void GLES2InterfaceStub::CompileShader(GLuint /* shader */) { in CompileShader() function
Dgles2_implementation_unittest_autogen.h199 TEST_F(GLES2ImplementationTest, CompileShader) { in TEST_F() argument
201 cmds::CompileShader cmd; in TEST_F()
206 gl_->CompileShader(1); in TEST_F()
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
Dvideo_decode.cc711 gles2_if_->CompileShader(context_->pp_resource(), shader); in CreateShader()
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode.cc712 gles2_if_->CompileShader(context_->pp_resource(), shader); in CreateShader()
Dvideo_decode_dev.cc677 gles2_if_->CompileShader(context_->pp_resource(), shader); in CreateShader()

123