OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frontFace
(Results
26 - 50
of
67
) sorted by null
1
2
3
/external/deqp/framework/opengl/wrapper/
glwInitGL30.inl
89
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL31.inl
92
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL32.inl
99
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL33.inl
102
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
glwInitGL40.inl
114
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
glwInitGL41.inl
122
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
glwInitGL42.inl
128
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
glwInitGL43.inl
138
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
glwInitGL44.inl
147
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
glwInitGL45.inl
176
gl->
frontFace
= (glFrontFaceFunc) loader->get("glFrontFace");
[
all
...]
/external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp
369
gl.
frontFace
(GL_CW);
848
gl.
frontFace
(GL_CCW);
[
all
...]
/external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp
369
gl.
frontFace
(GL_CW);
922
gl.
frontFace
(GL_CCW);
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java
733
public final native void
frontFace
(int mode) /*-{
734
this.
frontFace
(mode);
[
all
...]
/external/vulkan-validation-layers/demos/smoke/
Smoke.cpp
311
rast_info.
frontFace
= VK_FRONT_FACE_COUNTER_CLOCKWISE;
/external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl
686
VkFrontFace
frontFace
;
[
all
...]
/external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl
179
gl->
frontFace
= glFrontFace;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp
817
frontFace
= _frontFace;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp
816
frontFace
= _frontFace;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp
823
frontFace
= _frontFace;
[
all
...]
/frameworks/native/opengl/libagl/
primitives.cpp
830
const GLenum face = (winding == c->cull.
frontFace
) ? GL_FRONT : GL_BACK;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp
788
rasterState.
frontFace
= VK_FRONT_FACE_COUNTER_CLOCKWISE;
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java
340
gl.
frontFace
(mode);
[
all
...]
/external/vulkan-validation-layers/tests/
vkrenderframework.cpp
[
all
...]
layer_validation_tests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp
[
all
...]
Completed in 634 milliseconds
1
2
3