/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | ShaderCache.h | 89 HRESULT createShader(const DWORD *function, IDirect3DVertexShader9 **shader) in createShader() function 94 HRESULT createShader(const DWORD *function, IDirect3DPixelShader9 **shader) in createShader() function
|
H A D | Context9.cpp | 58 ShaderImpl *Context9::createShader(const gl::ShaderState &data) in createShader() function in rx::Context9
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingTests.cpp | 505 void SingleBindingCase::createShader(void) in createShader() function in deqp::gles31::Functional::__anon7f5f671b0111::SingleBindingCase 850 void MultipleBindingCase::createShader(void) in createShader() function in deqp::gles31::Functional::__anon7f5f671b0111::MultipleBindingCase 1098 void MixedBindingCase::createShader(void) in createShader() function in deqp::gles31::Functional::__anon7f5f671b0111::MixedBindingCase 1337 void MixedApiCase::createShader(void) in createShader() function in deqp::gles31::Functional::__anon7f5f671b0111::MixedApiCase
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 690 void TexImage2DCase::createShader(void) in createShader() function in glcts::TexImage2DCase 927 void TexImage3DCase::createShader(void) in createShader() function in glcts::TexImage3DCase 1321 void CompressedTexImage2DCase::createShader(void) in createShader() function in glcts::CompressedTexImage2DCase 1655 void CompressedTexImage3DCase::createShader(void) in createShader() function in glcts::CompressedTexImage3DCase
|
H A D | glcLimitTest.inl | 225 std::string LimitCase<DataType>::createShader() const function in LimitCase
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkShaderObjectUtil.cpp | 32 inline Move<VkShaderEXT> createShader(const DeviceInterface &vk, VkDevice device, in createShader() function
|
/aosp_15_r20/external/skia/gm/ |
H A D | samplerstress.cpp | 76 void createShader() { in createShader() function in skiagm::SamplerStressGM
|
/aosp_15_r20/external/angle/src/tests/ |
H A D | angle_unittests_utils.h | 28 ShaderImpl *createShader(const gl::ShaderState &data) override { return nullptr; } in createShader() function
|
/aosp_15_r20/external/webrtc/sdk/android/tests/src/org/webrtc/ |
H A D | GlGenericDrawerTest.java | 51 GlShader createShader(ShaderType shaderType) { in createShader() method in GlGenericDrawerTest.GlGenericDrawerForTest
|
/aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | shader.c | 39 static GLuint createShader(const char *src, GLenum shaderType) in createShader() function
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.cpp | 104 GLuint GLSnapshotState::createShader(GLuint shader, GLenum shaderType) { in createShader() function in gfxstream::gl::snapshot::GLSnapshotState
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 40 GLuint createShader(GLint shaderType, const char* shaderText) { in createShader() function
|
D | TextureResize.cpp | 164 static GLuint createShader(GLenum type, std::initializer_list<const char*> source) { in createShader() function
|
/aosp_15_r20/external/skia/bench/ |
H A D | PatchBench.cpp | 74 virtual sk_sp<SkShader> createShader() { in createShader() function in PatchBench
|
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/ |
H A D | GlGenericDrawer.java | 147 GlShader createShader(ShaderType shaderType) { in createShader() method in GlGenericDrawer
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.cpp | 122 Move<VkShaderEXT> createShader(const DeviceInterface &vk, VkDevice device, in createShader() function
|
/aosp_15_r20/external/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 353 sk_sp<SkShader> SkMatrixConvolutionImageFilter::createShader(const skif::Context& ctx, in createShader() function in SkMatrixConvolutionImageFilter
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
H A D | PreviewRecorder.java | 438 private int createShader(int type, String source) throws ItsException { in createShader() method in PreviewRecorder
|
/aosp_15_r20/frameworks/rs/driver/ |
H A D | rsdShader.cpp | 221 bool RsdShader::createShader() { in createShader() function in RsdShader
|
/aosp_15_r20/external/deqp/modules/gles31/stress/ |
H A D | es31sVertexAttributeBindingTests.cpp | 499 void SingleBindingCase::createShader(void) in createShader() function in deqp::gles31::Stress::__anon9c381b590111::SingleBindingCase
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ResourceManager.cpp | 171 ShaderProgramID ShaderProgramManager::createShader(rx::GLImplFactory *factory, in createShader() function in gl::ShaderProgramManager
|
/aosp_15_r20/external/deqp/modules/gles2/performance/ |
H A D | es2pDrawCallBatchingTests.cpp | 199 void DrawCallBatchingTest::createShader(void) in createShader() function in deqp::gles2::Performance::__anonb994ad3d0111::DrawCallBatchingTest
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageShow.java | 132 private static Shader createShader(Bitmap b) { in createShader() method in ImageShow
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | ContextNULL.cpp | 432 ShaderImpl *ContextNULL::createShader(const gl::ShaderState &data) in createShader() function in rx::ContextNULL
|
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/ |
H A D | webgl-debug.js | 78 'createShader': {1: { 0:true }}, property
|