OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_xfb_varyings
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTCTE.cpp
1466
glw::GLint
n_xfb_varyings
= 0;
local
1539
static const unsigned int
n_xfb_varyings
= sizeof(xfb_varyings) \/ sizeof(xfb_varyings[0]);
local
2606
unsigned int
n_xfb_varyings
= 0;
local
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp
3603
const unsigned int
n_xfb_varyings
= sizeof(xfb_varyings) \/ sizeof(xfb_varyings[0]);
local
[
all
...]
gl4cShaderSubroutineTests.cpp
810
* @param
n_xfb_varyings
Amount of XFB varyings defined in @param xfb_varyings.Can be 0.
833
const glw::GLchar** xfb_varyings, const unsigned int&
n_xfb_varyings
, glw::GLuint* out_vs_id,
946
gl.transformFeedbackVaryings(*out_po_id,
n_xfb_varyings
, xfb_varyings, GL_INTERLEAVED_ATTRIBS);
2194
const unsigned int
n_xfb_varyings
= sizeof(xfb_varyings) \/ sizeof(xfb_varyings[0]);
local
5020
const unsigned int
n_xfb_varyings
= sizeof(xfb_varyings) \/ sizeof(xfb_varyings[0]);
local
[
all
...]
Completed in 112 milliseconds