OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_shader_stage
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp
196
enum
_shader_stage
enum in class:gl4cts::ShaderSubroutine::Utils
256
static glw::GLenum getGLenumForShaderStage(const
_shader_stage
& shader_stage);
260
static std::string getShaderStageString(const
_shader_stage
& shader_stage);
870
struct
_shader_stage
struct in class:gl4cts::ShaderSubroutine::FunctionalTest16
891
_shader_stage
fragment;
892
_shader_stage
geometry;
893
_shader_stage
tess_control;
894
_shader_stage
tess_evaluation;
895
_shader_stage
vertex;
907
std::string getShaderBody(const Utils::
_shader_stage
& shader_stage, const unsigned int& n_id) const
[
all
...]
gl3cCommonBugsTests.hpp
103
}
_shader_stage
;
typedef in class:gl3cts::InputVariablesCannotBeModifiedTest
134
_shader_stage
* out_target_shader_stage_ptr, std::string* out_body_ptr) const;
136
std::string getShaderStageName(
_shader_stage
stage) const;
386
}
_shader_stage
;
typedef in class:gl3cts::PerVertexValidationTest
440
std::string getShaderStageName(
_shader_stage
shader_stage) const;
445
_shader_stage
* out_used_shader_stages_ptr, std::string* out_gs_body_ptr,
gl3cCommonBugsTests.cpp
384
_shader_stage
* out_target_shader_stage_ptr,
906
_shader_stage
current_iteration_shader_stage;
990
std::string InputVariablesCannotBeModifiedTest::getShaderStageName(
_shader_stage
stage) const
[
all
...]
gl4cShaderSubroutineTests.cpp
1095
glw::GLenum Utils::getGLenumForShaderStage(const
_shader_stage
& shader_stage)
[
all
...]
Completed in 188 milliseconds