HomeSort by relevance Sort by last modified time
    Searched refs:coordType (Results 1 - 25 of 25) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 31 /** Appends a 2D texture sample with projection if necessary. coordType must either be Vec2f or
39 GrSLType coordType = kVec2f_GrSLType) const;
44 GrSLType coordType = kVec2f_GrSLType,
55 GrSLType coordType = kVec2f_GrSLType,
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 62 enum CoordType
83 CoordType coordType,
104 CoordType m_coordType;
122 CoordType coordType,
133 , m_coordType (coordType)
384 CoordType coordType,
404 CoordType m_coordType
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 58 enum CoordType
79 CoordType coordType,
100 CoordType m_coordType;
118 CoordType coordType,
129 , m_coordType (coordType)
376 CoordType coordType,
396 CoordType m_coordType
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 112 enum CoordType
125 CoordType coordType;
130 : coordType (COORDTYPE_BASIC)
172 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT));
269 const bool isProjected = m_testParameters.coordType == COORDTYPE_PROJECTED;
270 const bool useLodBias = m_testParameters.coordType == COORDTYPE_BASIC_BIAS;
310 switch (m_testParameters.coordType)
359 switch (m_testParameters.coordType)
433 TCU_CHECK_INTERNAL(!(m_testParameters.coordType == COORDTYPE_PROJECTED && m_testParameters.sampleCount != VK_SAMPLE_COUNT_1_BIT))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 435 unsigned coordType[4] = {1, 1, 1, 1};
439 coordType[ELEMENT_X] = 0;
440 coordType[ELEMENT_Y] = 0;
446 coordType[ELEMENT_Y] = 0;
448 coordType[ELEMENT_Z] = 0;
453 coordType[ELEMENT_Z] = 0;
457 EmitByte(coordType[i], OS);
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 62 enum CoordType
83 CoordType coordType,
104 CoordType m_coordType;
122 CoordType coordType,
133 , m_coordType (coordType)
437 CoordType coordType,
457 CoordType m_coordType
    [all...]
es2fShaderTextureFunctionTests.cpp 424 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps);
426 const char* coordTypeName = glu::getDataTypeName(coordType);
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 111 enum CoordType
132 CoordType coordType,
153 CoordType m_coordType;
171 CoordType coordType,
182 , m_coordType (coordType)
481 CoordType coordType,
501 CoordType m_coordType
    [all...]
es3fShaderDerivateTests.cpp 610 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
612 DE_ASSERT(glu::isDataTypeFloatOrVec(coordType));
628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 401 const DataType coordType = getSamplerCoordType(m_samplerType);
407 spec->inputs.push_back(Symbol(coordsName, VarType(coordType, PRECISION_HIGHP)));
490 const DataType coordType = getSamplerCoordType(m_samplerType);
508 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
514 const int numCoordComps = getDataTypeScalarSize(coordType);
591 const int numCoordComps = getDataTypeScalarSize(coordType);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 764 static std::string genVertexSource (glu::DataType coordType, glu::Precision precision)
766 DE_ASSERT(coordType == glu::TYPE_LAST || glu::isDataTypeFloatOrVec(coordType));
771 + string(coordType != glu::TYPE_LAST ? "layout(location = 1) in ${PRECISION} ${DATATYPE} a_coord;\n"
779 + string(coordType != glu::TYPE_LAST ? " v_coord = a_coord;\n" : "") +
784 if (coordType != glu::TYPE_LAST)
787 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType);
    [all...]
vktShaderRenderTextureFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 764 const glu::DataType coordType = getSamplerCoordType(m_samplerType);
795 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
821 const int numCoordComps = getDataTypeScalarSize(coordType);
984 const int numCoordComps = getDataTypeScalarSize(coordType);
    [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc     [all...]
mojo_gles2_impl_autogen.h     [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 193 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 186 virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords) {}
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2860 milliseconds