| /external/angle/src/tests/compiler_tests/ |
| D | SamplerMultisample_test.cpp | 23 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in SamplerMultisampleTest 38 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in SamplerMultisampleArrayTest 344 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in SamplerMultisampleEXTTest
|
| D | RewriteDoWhile_test.cpp | 23 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in RewriteDoWhileCrashTest
|
| D | InitOutputVariables_test.cpp | 209 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in sh::InitOutputVariablesWebGL2VertexShaderTest 215 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in sh::InitOutputVariablesWebGL2FragmentShaderTest 229 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in sh::InitOutputVariablesWebGL1FragmentShaderTest 248 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in sh::InitOutputVariablesVertexShaderClipDistanceTest
|
| D | GlFragDataNotModified_test.cpp | 28 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in __anon1399eb9f0111::GlFragDataNotModifiedTest
|
| D | TextureFunction_test.cpp | 25 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in TextureFunctionTest
|
| D | SamplerVideoWEBGL_test.cpp | 28 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in SamplerVideoWEBGLTest
|
| D | AppendixALimitations_test.cpp | 25 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in AppendixALimitationsTest
|
| D | QualificationOrderESSL31_test.cpp | 25 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in QualificationVertexShaderTestESSL31
|
| D | ARB_texture_rectangle_test.cpp | 20 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in ARBTextureRectangleTestNoExt
|
| D | ExtensionDirective_test.cpp | 24 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in FragmentShaderExtensionDirectiveTest
|
| D | QualificationOrder_test.cpp | 25 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in QualificationOrderFragmentShaderTest 36 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in QualificationOrderVertexShaderTest
|
| D | OES_texture_cube_map_array_test.cpp | 20 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in TextureCubeMapArrayTestNoExt
|
| D | AtomicCounter_test.cpp | 25 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in AtomicCounterTest
|
| D | OVR_multiview_test.cpp | 96 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in __anonb097da1c0111::OVRMultiviewVertexShaderTest 111 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in __anonb097da1c0111::OVRMultiviewFragmentShaderTest
|
| D | OVR_multiview2_test.cpp | 96 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in __anon242ec00e0111::OVRMultiview2VertexShaderTest 112 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in __anon242ec00e0111::OVRMultiview2FragmentShaderTest
|
| D | ShaderImage_test.cpp | 126 ::GLenum getShaderType() const override { return GL_COMPUTE_SHADER; } in getShaderType() function in ShaderImageTest
|
| D | BufferVariables_test.cpp | 26 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in BufferVariablesTest
|
| D | ShaderValidation_test.cpp | 25 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in FragmentShaderValidationTest 37 ::GLenum getShaderType() const override { return GL_VERTEX_SHADER; } in getShaderType() function in VertexShaderValidationTest 47 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in WebGL2FragmentShaderValidationTest 57 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function in WebGL1FragmentShaderValidationTest 67 ::GLenum getShaderType() const override { return GL_COMPUTE_SHADER; } in getShaderType() function in ComputeShaderValidationTest 107 ::GLenum getShaderType() const override { return GL_GEOMETRY_SHADER_EXT; } in getShaderType() function in GeometryShaderValidationTest
|
| /external/angle/src/compiler/translator/glsl/ |
| D | OutputGLSLBase.h | 92 sh::GLenum getShaderType() const { return mShaderType; } in getShaderType() function
|
| /external/angle/src/tests/test_utils/ |
| D | ConstantFoldingTest.h | 140 ::GLenum getShaderType() const override { return GL_FRAGMENT_SHADER; } in getShaderType() function
|
| /external/angle/src/libANGLE/ |
| D | Compiler.cpp | 417 ShaderType ShCompilerInstance::getShaderType() const in getShaderType() function in gl::ShCompilerInstance
|
| D | Shader.h | 88 ShaderType getShaderType() const { return mCompiledState->shaderType; } in getShaderType() function
|
| /external/angle/src/compiler/translator/ |
| D | Compiler.h | 198 sh::GLenum getShaderType() const { return mShaderType; } in getShaderType() function
|
| D | ParseContext.h | 53 sh::GLenum getShaderType() const { return mShaderType; } in getShaderType() function
|
| /external/deqp/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsTestsUtils.hpp | 227 ShaderType getShaderType(void) in getShaderType() function in glc::Context
|