Home
last modified time | relevance | path

Searched refs:ycoeff (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_clip_space_w_scaling.adoc90 scalings[i].ycoeff = ((i & 1) ? -1.0 : 1.0) * factor;
127 uniform float ycoeff;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_clip_space_w_scaling/
Dvertexpostproc.adoc134 * pname:xcoeff and pname:ycoeff are the viewport's W scaling factor for x
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h2545 …id (GL_APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
2547 …APICALL void GL_APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h2623 …id (GL_APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
2625 …APICALL void GL_APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h2681 …id (GL_APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
2683 …APICALL void GL_APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h9508 …MULTICASTVIEWPORTPOSITIONWSCALENVXPROC) (GLuint gpu, GLuint index, GLfloat xcoeff, GLfloat ycoeff);
9515 …RY glMulticastViewportPositionWScaleNVX (GLuint gpu, GLuint index, GLfloat xcoeff, GLfloat ycoeff);
9691 … void (APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
9693 GLAPI void APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
Dglcorearb.h4942 … void (APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
4944 GLAPI void APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
/hardware/google/gfxstream/include/GL/
DGLcorearb.h4766 … void (APIENTRYP PFNGLVIEWPORTPOSITIONWSCALENVPROC) (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
4768 GLAPI void APIENTRY glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11465 float ycoeff; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp11532 VULKAN_HPP_HASH_COMBINE( seed, viewportWScalingNV.ycoeff ); in operator ()()